summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/machines/t470s.nix4
1 files changed, 3 insertions, 1 deletions
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
   ];