diff --git a/machines/talos/configuration.nix b/machines/talos/configuration.nix index 19fe03b..cd9e8c9 100644 --- a/machines/talos/configuration.nix +++ b/machines/talos/configuration.nix @@ -35,4 +35,16 @@ }; services.tailscale.enable = true; + + services.auto-cpufreq.enable = true; + services.auto-cpufreq.settings = { + battery = { + governor = "powersave"; + turbo = "never"; + }; + charger = { + governor = "performance"; + turbo = "auto"; + }; + }; } \ No newline at end of file