This commit is contained in:
LunarAkai 2025-03-13 22:02:11 +01:00
commit 419acfce64
5 changed files with 229 additions and 5 deletions

View file

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