From 7d9064d9fcff27cc2ee302e2b5914ed06328f83d Mon Sep 17 00:00:00 2001 From: Xe Date: Mon, 31 Jan 2022 20:22:52 -0500 Subject: [PATCH] chrysalis remove recursion Signed-off-by: Xe --- hosts/chrysalis/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/chrysalis/hardware-configuration.nix b/hosts/chrysalis/hardware-configuration.nix index 7c014fe..1b4cb84 100644 --- a/hosts/chrysalis/hardware-configuration.nix +++ b/hosts/chrysalis/hardware-configuration.nix @@ -4,7 +4,7 @@ { config, lib, pkgs, ... }: { - imports = [ "${pkgs}/nixos/modules/installer/scan/not-detected.nix" ]; + hardware.enableRedistributableFirmware = lib.mkDefault true; boot.initrd.availableKernelModules = [ "ehci_pci" "ahci" "xhci_pci" "usbhid" "uas" "sd_mod" ];