diff --git a/hosts/xps16/services/tlp.nix b/hosts/xps16/services/tlp.nix index 097e7bc..f48bd16 100644 --- a/hosts/xps16/services/tlp.nix +++ b/hosts/xps16/services/tlp.nix @@ -1,4 +1,11 @@ { ... }: { - services.tlp.enable = true; + services.tlp = { + enable = true; + settings = { + RUNTIME_PM_ON_AC = "auto"; + RUNTIME_PM_ON_BAT = "auto"; + USB_AUTOSUSPEND = "0"; + }; + }; }