about summary refs log tree commit diff
path: root/modules/hardware
diff options
context:
space:
mode:
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;