Switch to ondemand cpufreq governor.
This commit is contained in:
3
hosts/common/global/cpufreq.nix
Normal file
3
hosts/common/global/cpufreq.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
powerManagement.cpuFreqGovernor = "ondemand";
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
./cpufreq.nix
|
||||
./flakes.nix
|
||||
./locale.nix
|
||||
./network.nix
|
||||
|
||||
Reference in New Issue
Block a user