sync more stuff

This commit is contained in:
Christoph Cullmann 2024-10-10 21:56:13 +02:00
parent e9d878f083
commit 8f0a0e82c8
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
{
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" ];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ];
boot.initrd.kernelModules = [ "i915" ];
boot.kernelModules = [ "kvm-intel" ];