Recent updates

This commit is contained in:
2024-12-04 11:15:56 -08:00
parent a66104d709
commit 1fcfc77e7b
6 changed files with 98 additions and 14 deletions

View File

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