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"];
|
bootDevices = ["nvme-Samsung_SSD_970_EVO_Plus_2TB_S6P1NS0TA01331A"];
|
||||||
immutable = false;
|
immutable = false;
|
||||||
forceNoDev2305 = true;
|
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;
|
removableEfi = true;
|
||||||
partitionScheme = {
|
partitionScheme = {
|
||||||
efiBoot = "-part1";
|
efiBoot = "-part1";
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
# previously:
|
# previously:
|
||||||
# imports = [(modulesPath + "/installer/scan/not-detected.nix")];
|
# imports = [(modulesPath + "/installer/scan/not-detected.nix")];
|
||||||
# as of 23.05 that is:
|
# as of 23.05 that is:
|
||||||
hardware.enableRedistributableFirmware = true;
|
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = ["usbhid"];
|
boot.initrd.availableKernelModules = ["usbhid"];
|
||||||
boot.initrd.kernelModules = ["vc4" "bcm2835_dma" "i2c_bcm2835"];
|
boot.initrd.kernelModules = ["vc4" "bcm2835_dma" "i2c_bcm2835"];
|
||||||
|
Loading…
Reference in New Issue
Block a user