summary refs log tree commit diff stats
path: root/system/settings/machines/t470s.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/machines/t470s.nix')
-rw-r--r--system/settings/machines/t470s.nix9
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;