infra/nix/os/devices/steveej-laptop/boot.nix

7 lines
159 B
Nix

{ config, lib, pkgs, ... }:
{
# workaround to disable CPU wining
# current CPU has 9 idle cstates.
boot.kernelParams = [ "intel_idle.max_cstate=9" ];
}