This commit is contained in:
iFargle 2024-01-16 21:07:15 +09:00
parent cf38f22ae2
commit 3a6b8c9b92

View file

@ -13,6 +13,7 @@
# steam , etc
nixpkgs.config.allowUnfree = true;
powerManagement.enable = true;
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "thunderbolt" ];
boot.initrd.kernelModules = [ "amdgpu" ];