From e69758567559e3dea4577921364328b6f98e4ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 9 May 2017 20:10:41 +0100 Subject: [PATCH] hardware.enableRedistributableFirmware: fix spelling error --- nixos/modules/hardware/all-firmware.nix | 6 +++--- nixos/modules/hardware/network/broadcom-43xx.nix | 2 +- nixos/modules/hardware/network/intel-2030.nix | 2 +- nixos/modules/hardware/network/intel-2100bg.nix | 2 +- nixos/modules/hardware/network/intel-3945abg.nix | 2 +- nixos/modules/hardware/network/intel-4965agn.nix | 2 +- nixos/modules/hardware/network/intel-5000.nix | 2 +- nixos/modules/hardware/network/intel-5150.nix | 2 +- nixos/modules/hardware/network/intel-6000.nix | 2 +- nixos/modules/hardware/network/intel-6000g2a.nix | 2 +- nixos/modules/hardware/network/intel-6000g2b.nix | 2 +- nixos/modules/hardware/network/ralink.nix | 2 +- nixos/modules/hardware/network/rtl8192c.nix | 2 +- nixos/modules/hardware/video/radeon.nix | 2 +- nixos/modules/installer/scan/not-detected.nix | 2 +- nixos/modules/profiles/all-hardware.nix | 2 +- 16 files changed, 18 insertions(+), 18 deletions(-) diff --git a/nixos/modules/hardware/all-firmware.nix b/nixos/modules/hardware/all-firmware.nix index 8f26d8f57ea4..afaa65f6ce35 100644 --- a/nixos/modules/hardware/all-firmware.nix +++ b/nixos/modules/hardware/all-firmware.nix @@ -18,7 +18,7 @@ in { ''; }; - hardware.enableRedistributalFirmware = mkOption { + hardware.enableRedistributableFirmware = mkOption { default = false; type = types.bool; description = '' @@ -33,7 +33,7 @@ in { ###### implementation config = mkMerge [ - (mkIf (cfg.enableAllFirmware || cfg.enableRedistributalFirmware) { + (mkIf (cfg.enableAllFirmware || cfg.enableRedistributableFirmware) { hardware.firmware = with pkgs; [ firmwareLinuxNonfree intel2200BGFirmware @@ -47,7 +47,7 @@ in { message = '' the list of hardware.enableAllFirmware contains non-redistributable licensed firmware files. This requires nixpkgs.config.allowUnfree to be true. - An alternative is to use the hardware.enableRedistributalFirmware option. + An alternative is to use the hardware.enableRedistributableFirmware option. ''; }]; hardware.firmware = with pkgs; [ diff --git a/nixos/modules/hardware/network/broadcom-43xx.nix b/nixos/modules/hardware/network/broadcom-43xx.nix index e0bd16a34830..c92b7a0509d0 100644 --- a/nixos/modules/hardware/network/broadcom-43xx.nix +++ b/nixos/modules/hardware/network/broadcom-43xx.nix @@ -1,3 +1,3 @@ { - hardware.enableRedistributalFirmware = true; + hardware.enableRedistributableFirmware = true; } diff --git a/nixos/modules/hardware/network/intel-2030.nix b/nixos/modules/hardware/network/intel-2030.nix index e0bd16a34830..c92b7a0509d0 100644 --- a/nixos/modules/hardware/network/intel-2030.nix +++ b/nixos/modules/hardware/network/intel-2030.nix @@ -1,3 +1,3 @@ { - hardware.enableRedistributalFirmware = true; + hardware.enableRedistributableFirmware = true; } diff --git a/nixos/modules/hardware/network/intel-2100bg.nix b/nixos/modules/hardware/network/intel-2100bg.nix index a54ce30e2d38..0ec81474ad3e 100644 --- a/nixos/modules/hardware/network/intel-2100bg.nix +++ b/nixos/modules/hardware/network/intel-2100bg.nix @@ -23,7 +23,7 @@ config = lib.mkIf config.networking.enableIntel2100BGFirmware { - hardware.enableRedistributalFirmware = true; + hardware.enableRedistributableFirmware = true; }; diff --git a/nixos/modules/hardware/network/intel-3945abg.nix b/nixos/modules/hardware/network/intel-3945abg.nix index a6e490d97892..27a3f228b7d1 100644 --- a/nixos/modules/hardware/network/intel-3945abg.nix +++ b/nixos/modules/hardware/network/intel-3945abg.nix @@ -22,7 +22,7 @@ config = lib.mkIf config.networking.enableIntel3945ABGFirmware { - hardware.enableRedistributalFirmware = true; + hardware.enableRedistributableFirmware = true; }; diff --git a/nixos/modules/hardware/network/intel-4965agn.nix b/nixos/modules/hardware/network/intel-4965agn.nix index e0bd16a34830..c92b7a0509d0 100644 --- a/nixos/modules/hardware/network/intel-4965agn.nix +++ b/nixos/modules/hardware/network/intel-4965agn.nix @@ -1,3 +1,3 @@ { - hardware.enableRedistributalFirmware = true; + hardware.enableRedistributableFirmware = true; } diff --git a/nixos/modules/hardware/network/intel-5000.nix b/nixos/modules/hardware/network/intel-5000.nix index e0bd16a34830..c92b7a0509d0 100644 --- a/nixos/modules/hardware/network/intel-5000.nix +++ b/nixos/modules/hardware/network/intel-5000.nix @@ -1,3 +1,3 @@ { - hardware.enableRedistributalFirmware = true; + hardware.enableRedistributableFirmware = true; } diff --git a/nixos/modules/hardware/network/intel-5150.nix b/nixos/modules/hardware/network/intel-5150.nix index e0bd16a34830..c92b7a0509d0 100644 --- a/nixos/modules/hardware/network/intel-5150.nix +++ b/nixos/modules/hardware/network/intel-5150.nix @@ -1,3 +1,3 @@ { - hardware.enableRedistributalFirmware = true; + hardware.enableRedistributableFirmware = true; } diff --git a/nixos/modules/hardware/network/intel-6000.nix b/nixos/modules/hardware/network/intel-6000.nix index e0bd16a34830..c92b7a0509d0 100644 --- a/nixos/modules/hardware/network/intel-6000.nix +++ b/nixos/modules/hardware/network/intel-6000.nix @@ -1,3 +1,3 @@ { - hardware.enableRedistributalFirmware = true; + hardware.enableRedistributableFirmware = true; } diff --git a/nixos/modules/hardware/network/intel-6000g2a.nix b/nixos/modules/hardware/network/intel-6000g2a.nix index e0bd16a34830..c92b7a0509d0 100644 --- a/nixos/modules/hardware/network/intel-6000g2a.nix +++ b/nixos/modules/hardware/network/intel-6000g2a.nix @@ -1,3 +1,3 @@ { - hardware.enableRedistributalFirmware = true; + hardware.enableRedistributableFirmware = true; } diff --git a/nixos/modules/hardware/network/intel-6000g2b.nix b/nixos/modules/hardware/network/intel-6000g2b.nix index e0bd16a34830..c92b7a0509d0 100644 --- a/nixos/modules/hardware/network/intel-6000g2b.nix +++ b/nixos/modules/hardware/network/intel-6000g2b.nix @@ -1,3 +1,3 @@ { - hardware.enableRedistributalFirmware = true; + hardware.enableRedistributableFirmware = true; } diff --git a/nixos/modules/hardware/network/ralink.nix b/nixos/modules/hardware/network/ralink.nix index a15b0f8894b7..36182e2cb996 100644 --- a/nixos/modules/hardware/network/ralink.nix +++ b/nixos/modules/hardware/network/ralink.nix @@ -20,7 +20,7 @@ ###### implementation config = lib.mkIf config.networking.enableRalinkFirmware { - hardware.enableRedistributalFirmware = true; + hardware.enableRedistributableFirmware = true; }; } diff --git a/nixos/modules/hardware/network/rtl8192c.nix b/nixos/modules/hardware/network/rtl8192c.nix index 44b4b767d348..bf328c2d3224 100644 --- a/nixos/modules/hardware/network/rtl8192c.nix +++ b/nixos/modules/hardware/network/rtl8192c.nix @@ -20,7 +20,7 @@ ###### implementation config = lib.mkIf config.networking.enableRTL8192cFirmware { - hardware.enableRedistributalFirmware = true; + hardware.enableRedistributableFirmware = true; }; } diff --git a/nixos/modules/hardware/video/radeon.nix b/nixos/modules/hardware/video/radeon.nix index e0bd16a34830..c92b7a0509d0 100644 --- a/nixos/modules/hardware/video/radeon.nix +++ b/nixos/modules/hardware/video/radeon.nix @@ -1,3 +1,3 @@ { - hardware.enableRedistributalFirmware = true; + hardware.enableRedistributableFirmware = true; } diff --git a/nixos/modules/installer/scan/not-detected.nix b/nixos/modules/installer/scan/not-detected.nix index 962ab513f955..903933e2df02 100644 --- a/nixos/modules/installer/scan/not-detected.nix +++ b/nixos/modules/installer/scan/not-detected.nix @@ -5,5 +5,5 @@ with lib; { - hardware.enableRedistributalFirmware = true; + hardware.enableRedistributableFirmware = true; } diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix index e8f49fc1fbe6..530b2fbffd1c 100644 --- a/nixos/modules/profiles/all-hardware.nix +++ b/nixos/modules/profiles/all-hardware.nix @@ -50,7 +50,7 @@ ]; # Include lots of firmware. - hardware.enableRedistributalFirmware = true; + hardware.enableRedistributableFirmware = true; imports = [ ../hardware/network/zydas-zd1211.nix ];