summary refs log tree commit diff
path: root/nixos/modules/hardware/network/intel-5000.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/network/intel-5000.nix')
-rw-r--r--nixos/modules/hardware/network/intel-5000.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/network/intel-5000.nix b/nixos/modules/hardware/network/intel-5000.nix
index e0bd16a3483..c92b7a0509d 100644
--- a/nixos/modules/hardware/network/intel-5000.nix
+++ b/nixos/modules/hardware/network/intel-5000.nix
@@ -1,3 +1,3 @@
 {
-  hardware.enableRedistributalFirmware = true;
+  hardware.enableRedistributableFirmware = true;
 }