about summary refs log tree commit diff
path: root/nixos/modules/profiles/all-hardware.nix
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/profiles/all-hardware.nix
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/profiles/all-hardware.nix')
-rw-r--r--nixos/modules/profiles/all-hardware.nix2
1 files changed, 1 insertions, 1 deletions
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 ];