summary refs log tree commit diff stats
path: root/modules/t470s.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/t470s.nix')
-rw-r--r--modules/t470s.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/t470s.nix b/modules/t470s.nix
new file mode 100644
index 0000000..ba2c17c
--- /dev/null
+++ b/modules/t470s.nix
@@ -0,0 +1,7 @@
+{ config, pkgs, ... }:
+
+{ hardware.usbWwan.enable = true;
+  hardware.firmware = with pkgs; [
+    firmwareLinuxNonfree
+  ];
+}