[Desktop/CPU] Intel use passive CPU governor

Let Linux do the work, using cpufreq
This commit is contained in:
Antoine Viallon 2022-07-18 22:03:54 +02:00
parent 47a4b3d778
commit e26ff2ce8b
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -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;