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