From 05dd85210e465caa44ef7254f2781b2d12ba2882 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 16 Oct 2022 23:49:18 +0200 Subject: Reformat files with alejandra --- system/settings/machines/t470s.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'system/settings/machines') 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; -- cgit 1.4.1