diff --git a/hosts/inspiron/default.nix b/hosts/inspiron/default.nix index 31496f7..22f89b5 100644 --- a/hosts/inspiron/default.nix +++ b/hosts/inspiron/default.nix @@ -34,5 +34,5 @@ }; }; - services.auto-cpufreq.enable = true; + services.tlp.enable = true; }