From 97fe25836b682d68ead766063d2a2f0e364fc0dc Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 4 Jan 2023 11:53:41 +0800 Subject: [PATCH] intel_idle is still buggy --- final/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/final/configuration.nix b/final/configuration.nix index d24403c..ba507fe 100644 --- a/final/configuration.nix +++ b/final/configuration.nix @@ -9,6 +9,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.loader.systemd-boot.memtest86.enable = true; + boot.kernelParams = ["intel_idle.max_cstate=1"]; hardware.cpu.intel.updateMicrocode = true; networking.hostName = "artiq";