mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
star64: set governor to schedutil
By default it's "performance"
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user