summary refs log tree commit diff
path: root/nixos/modules/hardware/network/zydas-zd1211.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/network/zydas-zd1211.nix')
-rw-r--r--nixos/modules/hardware/network/zydas-zd1211.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/hardware/network/zydas-zd1211.nix b/nixos/modules/hardware/network/zydas-zd1211.nix
new file mode 100644
index 00000000000..5dd7f30ed82
--- /dev/null
+++ b/nixos/modules/hardware/network/zydas-zd1211.nix
@@ -0,0 +1,5 @@
+{pkgs, ...}:
+
+{
+  hardware.firmware = [ pkgs.zd1211fw ];
+}