add iwlwifi to early-ish boot

This commit is contained in:
Motiejus Jakštys 2023-09-14 11:35:29 +03:00
parent e341092306
commit 8e32a16f01
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
bootDevices = ["nvme-Samsung_SSD_970_EVO_Plus_2TB_S6P1NS0TA01331A"];
immutable = false;
forceNoDev2305 = true;
availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usbhid"];
availableKernelModules = ["iwlwifi" "xhci_pci" "thunderbolt" "nvme" "usbhid"];
removableEfi = true;
partitionScheme = {
efiBoot = "-part1";