summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-05-09 20:10:41 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-05-09 20:13:15 +0100
commite69758567559e3dea4577921364328b6f98e4ed3 (patch)
tree2785fd000f2cf4af732516021e264cc28aaa4c88 /nixos/modules/installer
parent779ae064674aa9645bcefaacbc83f942e2ef759f (diff)
downloadnixlib-e69758567559e3dea4577921364328b6f98e4ed3.tar
nixlib-e69758567559e3dea4577921364328b6f98e4ed3.tar.gz
nixlib-e69758567559e3dea4577921364328b6f98e4ed3.tar.bz2
nixlib-e69758567559e3dea4577921364328b6f98e4ed3.tar.lz
nixlib-e69758567559e3dea4577921364328b6f98e4ed3.tar.xz
nixlib-e69758567559e3dea4577921364328b6f98e4ed3.tar.zst
nixlib-e69758567559e3dea4577921364328b6f98e4ed3.zip
hardware.enableRedistributableFirmware: fix spelling error
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/scan/not-detected.nix2
1 files changed, 1 insertions, 1 deletions
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;
 }