Skip to content

Commit

Permalink
star64: set governor to schedutil
Browse files Browse the repository at this point in the history
By default it's "performance"
  • Loading branch information
fgaz committed Oct 5, 2023
1 parent 89c6109 commit 6d05ccc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pine64/star64/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,8 @@

hardware.deviceTree.name =
lib.mkDefault "starfive/jh7110-pine64-star64.dtb";

# Only "performance" and "schedutil" are available,
# and "performance" takes precedence by default, which is a waste of power.
powerManagement.cpuFreqGovernor = lib.mkDefault "schedutil";
}

0 comments on commit 6d05ccc

Please sign in to comment.