install some more stuff

This commit is contained in:
eneller
2023-12-10 09:21:15 +01:00
parent acde5b37b9
commit bbcfdfc120
2 changed files with 7 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];