diff options
Diffstat (limited to 'system/settings/machines')
-rw-r--r-- | system/settings/machines/t470s.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/system/settings/machines/t470s.nix b/system/settings/machines/t470s.nix index c1a82912..5f1f4a1c 100644 --- a/system/settings/machines/t470s.nix +++ b/system/settings/machines/t470s.nix @@ -1,7 +1,6 @@ -{ - config, - pkgs, - ... +{ config +, pkgs +, ... }: { hardware.usbWwan.enable = false; # unused systemd.services.ModemManager.enable = false; |