From 06db9dd05403fe9711c64afc98bca4dc1c21bfb4 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 4 Jan 2023 11:54:41 +0800 Subject: [PATCH] franz: intel_idle is still buggy --- nixops/franz-hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixops/franz-hardware-configuration.nix b/nixops/franz-hardware-configuration.nix index b84e494..f556c3d 100644 --- a/nixops/franz-hardware-configuration.nix +++ b/nixops/franz-hardware-configuration.nix @@ -14,6 +14,7 @@ boot.kernelModules = [ "kvm-intel" ]; boot.blacklistedKernelModules = [ "iwlwifi" ]; boot.extraModulePackages = [ ]; + boot.kernelParams = ["intel_idle.max_cstate=1"]; fileSystems."/" = { device = "/dev/disk/by-uuid/37e69920-a60d-4cb0-ae2f-b812f7a35dc8";