This commit is contained in:
Emmet 2024-10-21 21:43:10 -05:00
parent 4469e7c8ff
commit 9d152a1131

View file

@ -8,6 +8,8 @@
[ (modulesPath + "/installer/scan/not-detected.nix")
];
services.fstrim.enable = true;
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" "usb_storage" "sd_mod" "radeon" ];
boot.initrd.kernelModules = [ "radeon" ];
boot.kernelModules = [ "kvm-amd" "radeon" "zenpower" "8812au" ];