Skip to content

Commit

Permalink
tetra-zw: update cpu frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Jun 19, 2024
1 parent 723bb47 commit f74ddc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hosts/tetra-zw/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

powerManagement.enable = true;
powerManagement.cpuFreqGovernor = "ondemand";
# 2.5GHz fixed!
powerManagement.cpufreq.min = 2500000;
powerManagement.cpufreq.max = 2500000;
# 2.8-3.0GHz
powerManagement.cpufreq.min = 2800000;
powerManagement.cpufreq.max = 3000000;
}

0 comments on commit f74ddc0

Please sign in to comment.