mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/CPU] Intel use passive CPU governor
Let Linux do the work, using cpufreq
This commit is contained in:
parent
47a4b3d778
commit
e26ff2ce8b
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ in {
|
|||
reboot = mkDefault "warm";
|
||||
"usbhid.mousepoll" = 1; # 1ms latency for mouse
|
||||
"usbhid.kbpoll" = 4; # 4ms latency for kb
|
||||
"intel_pstate" = "passive";
|
||||
};
|
||||
boot.initrd.verbose = generalCfg.debug;
|
||||
boot.consoleLogLevel = mkIf (!generalCfg.debug) 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue