This commit is contained in:
Shelvacu
2025-05-02 15:54:24 -07:00
committed by Shelvacu on fw
parent 02ce7d3c2a
commit ef67fbed30

View File

@@ -6,8 +6,8 @@ let
raidPartitions = map (s: s + "-part2") nvmeDevices;
in
{
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "raid1" ];
boot.initrd.kernelModules = [ ];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ "raid1" ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];