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.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/hardware/network/intel-5000.nix b/nixos/modules/hardware/network/intel-5000.nix
new file mode 100644
index 00000000000..8fecdae36bf
--- /dev/null
+++ b/nixos/modules/hardware/network/intel-5000.nix
@@ -0,0 +1,3 @@
+{
+  hardware.enableAllFirmware = true;
+}