about summary refs log tree commit diff
path: root/modules/hardware
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-05-12 16:17:13 +0200
committerProfpatsch <mail@profpatsch.de>2017-05-12 16:17:13 +0200
commit3ffc2eea55e625c782db914a3a6c9db7671b73c2 (patch)
tree9822e24c5b6272b28781d26ef5b558d6c9fbb202 /modules/hardware
parent36cfeeaed596eb9d22780721efb58710a37dfb21 (diff)
move to `enableRedistributableFirmware` for Profpatsch/Openlab
This is because `enableAllFirmware` now contains a new entry that is unfree.
Other machines probably want to move as well, cc @aszlig @sternenseemann.
Diffstat (limited to 'modules/hardware')
-rw-r--r--modules/hardware/thinkpad.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hardware/thinkpad.nix b/modules/hardware/thinkpad.nix
index ba55c80b..f94b5934 100644
--- a/modules/hardware/thinkpad.nix
+++ b/modules/hardware/thinkpad.nix
@@ -16,7 +16,7 @@ in
     environment.systemPackages = [ pkgs.acpi ];
 
     # for wifi
-    hardware.enableAllFirmware = mkDefault true;
+    hardware.enableRedistributableFirmware = mkDefault true;
 
     hardware.trackpoint = mkDefault {
       enable = true;