From f601e6570877b3e6250edda4600278973478ff18 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Tue, 4 Sep 2018 13:17:18 +0200 Subject: [PATCH] steveej-laptop: allow all CPU idle states --- nixos-configuration/steveej-laptop/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-configuration/steveej-laptop/boot.nix b/nixos-configuration/steveej-laptop/boot.nix index 441a468..fe71bea 100644 --- a/nixos-configuration/steveej-laptop/boot.nix +++ b/nixos-configuration/steveej-laptop/boot.nix @@ -10,7 +10,7 @@ # workaround to disable CPU wining # current CPU has 9 idle cstates. - boot.kernelParams = [ "intel_idle.max_cstate=0" ]; + boot.kernelParams = [ "intel_idle.max_cstate=9" ]; # Workaround for nm-pptp to enforce module load boot.kernelModules = [