summary refs log tree commit diff
path: root/nixos/modules/hardware/network/smc-2632w/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/network/smc-2632w/default.nix')
-rw-r--r--nixos/modules/hardware/network/smc-2632w/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixos/modules/hardware/network/smc-2632w/default.nix b/nixos/modules/hardware/network/smc-2632w/default.nix
new file mode 100644
index 00000000000..b00286464f3
--- /dev/null
+++ b/nixos/modules/hardware/network/smc-2632w/default.nix
@@ -0,0 +1,9 @@
+{lib, ...}:
+
+{
+  hardware = {
+    pcmcia = {
+      firmware = [ (lib.cleanSource ./firmware) ];
+    };
+  };
+}