From 40581eb7fd601d9af881d0b056a381f14553b35e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 19 Aug 2019 16:20:20 +0200 Subject: t470s: Disable WWAN (unused) --- modules/machines/t470s.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/machines/t470s.nix b/modules/machines/t470s.nix index 53f8908..42a8767 100644 --- a/modules/machines/t470s.nix +++ b/modules/machines/t470s.nix @@ -1,6 +1,8 @@ { config, pkgs, ... }: -{ hardware.usbWwan.enable = true; +{ hardware.usbWwan.enable = false; # unused + systemd.services.ModemManager.enable = false; + hardware.firmware = with pkgs; [ firmwareLinuxNonfree ]; -- cgit 1.4.1