about summary refs log tree commit diff
path: root/nixos/modules/hardware/network/rtl8192c.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/network/rtl8192c.nix')
-rw-r--r--nixos/modules/hardware/network/rtl8192c.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/network/rtl8192c.nix b/nixos/modules/hardware/network/rtl8192c.nix
index deae6355492c..44b4b767d348 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.enableAllFirmware = true;
+    hardware.enableRedistributalFirmware = true;
   };
 
 }