fwminex: remove iwlwifi from early-early boot
This commit is contained in:
parent
0f9aa4ed0d
commit
dafdf2df30
@ -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";
|
||||
|
@ -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"];
|
||||
|
Loading…
Reference in New Issue
Block a user