Move boot config to common/boot.nix

This commit is contained in:
2023-04-18 18:37:01 +02:00
committed by Rodrigo Arias Mallo
parent 9528fab3ef
commit b44afdaaa1
2 changed files with 5 additions and 5 deletions

View File

@@ -26,4 +26,9 @@
HWLAT_TRACER = yes;
};
};
boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "ehci_pci" "nvme" "usbhid" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
}