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 Sep 30, 2023
1 parent adcfd6a commit 33763f4
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 not ideal.
powerManagement.cpuFreqGovernor = lib.mkDefault "schedutil";
}

0 comments on commit 33763f4

Please sign in to comment.