fwminex: remove iwlwifi from early-early boot

This commit is contained in:
Motiejus Jakštys 2023-09-16 23:05:01 +03:00
parent 0f9aa4ed0d
commit dafdf2df30
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -10,7 +10,6 @@
# previously:
# imports = [(modulesPath + "/installer/scan/not-detected.nix")];
# as of 23.05 that is:
hardware.enableRedistributableFirmware = true;
boot.initrd.availableKernelModules = ["usbhid"];
boot.initrd.kernelModules = ["vc4" "bcm2835_dma" "i2c_bcm2835"];