summary refs log tree commit diff
path: root/nixos/modules/hardware/network/ralink.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/network/ralink.nix')
-rw-r--r--nixos/modules/hardware/network/ralink.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/network/ralink.nix b/nixos/modules/hardware/network/ralink.nix
index a15b0f8894b..36182e2cb99 100644
--- a/nixos/modules/hardware/network/ralink.nix
+++ b/nixos/modules/hardware/network/ralink.nix
@@ -20,7 +20,7 @@
   ###### implementation
 
   config = lib.mkIf config.networking.enableRalinkFirmware {
-    hardware.enableRedistributalFirmware = true;
+    hardware.enableRedistributableFirmware = true;
   };
 
 }