2016-11-17 20:40:45 +01:00
|
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
2018-05-04 09:13:54 +02:00
|
|
|
# workaround to disable CPU wining
|
|
|
|
# current CPU has 9 idle cstates.
|
2018-09-04 13:17:18 +02:00
|
|
|
boot.kernelParams = [ "intel_idle.max_cstate=9" ];
|
2016-11-17 20:40:45 +01:00
|
|
|
}
|