From dafdf2df306475684f017e8d729ad1309183bd0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 16 Sep 2023 23:05:01 +0300 Subject: [PATCH] fwminex: remove iwlwifi from early-early boot --- hosts/fwminex/configuration.nix | 2 +- hosts/vno3-rp3b/configuration.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index b4abec5..899456f 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -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"; diff --git a/hosts/vno3-rp3b/configuration.nix b/hosts/vno3-rp3b/configuration.nix index 7ff3745..00cc78d 100644 --- a/hosts/vno3-rp3b/configuration.nix +++ b/hosts/vno3-rp3b/configuration.nix @@ -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"];