From cca3a69947eb84d79c5816648cc104ad9b55623f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 9 Sep 2017 15:13:50 +0200 Subject: Create more hardware modules --- modules/t470s.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/t470s.nix (limited to 'modules/t470s.nix') diff --git a/modules/t470s.nix b/modules/t470s.nix new file mode 100644 index 00000000..ba2c17cc --- /dev/null +++ b/modules/t470s.nix @@ -0,0 +1,7 @@ +{ config, pkgs, ... }: + +{ hardware.usbWwan.enable = true; + hardware.firmware = with pkgs; [ + firmwareLinuxNonfree + ]; +} -- cgit 1.4.1