Laptop: Difference between revisions

Wimpy (talk | contribs)
m Correct configuration.nix example when using the upstream auto-cpufreq flake.
Wimpy (talk | contribs)
Undo revision 16587 by Wimpy (talk)
Tag: Undo
Line 79: Line 79:
     # ---Snip---
     # ---Snip---


     services.auto-cpufreq.enable = true;
     programs.auto-cpufreq.enable = true;


     # optionally, you can configure your auto-cpufreq settings, if you have any
     # optionally, you can configure your auto-cpufreq settings, if you have any
     services.auto-cpufreq.settings = {
     programs.auto-cpufreq.settings = {
       charger = {
       charger = {
         governor = "performance";
         governor = "performance";