Fix boot take 2

This commit is contained in:
Nathan McCarty 2025-04-04 19:31:08 -04:00
parent 81890388e6
commit b582a7d707

View file

@ -13,7 +13,7 @@
];
boot.initrd.availableKernelModules = ["xhci_pci" "nvme" "usb_storage" "sd_mod"];
boot.initrd.kernelModules = ["dm-snapshot" "cryptd" "pinctrl_icelake" "surface_aggregator" "surface_aggregator_registry" "surface_aggregator_hub" "surface_hid_core" "8250_dw" "surface_hid"];
boot.initrd.kernelModules = ["dm-snapshot" "cryptd" "pinctrl_icelake" "intel_lpss" "intel_lpss_pci" "surface_aggregator" "surface_aggregator_registry" "surface_aggregator_hub" "surface_hid_core" "8250_dw" "surface_hid"];
boot.initrd.luks.devices."crypt".device = "/dev/disk/by-uuid/f16ca8aa-f596-4876-ba82-7427da9afaba";
boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = [];