Amdgpu early on levitation

This commit is contained in:
Nathan McCarty 2023-06-16 20:19:55 -04:00
parent 94519e0faa
commit f018b1b916
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 1 deletions

View File

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