mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
star64: set governor to schedutil
By default it's "performance"
This commit is contained in:
parent
89c6109adc
commit
6d05cccc80
1 changed files with 4 additions and 0 deletions
|
@ -41,4 +41,8 @@
|
||||||
|
|
||||||
hardware.deviceTree.name =
|
hardware.deviceTree.name =
|
||||||
lib.mkDefault "starfive/jh7110-pine64-star64.dtb";
|
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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue