diff --git a/hosts/inspiron/default.nix b/hosts/inspiron/default.nix index 03e3b43..e3855d8 100644 --- a/hosts/inspiron/default.nix +++ b/hosts/inspiron/default.nix @@ -33,5 +33,5 @@ }; }; - services.tlp.enable = true; + services.auto-cpufreq.enable = true; }