challenger: set kernel params to prevent cpu hissy fits
This commit is contained in:
parent
f2230c6e70
commit
26f4174b0b
@ -12,6 +12,12 @@
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.kernelParams = [
|
||||
# https://wiki.gentoo.org/wiki/Ryzen#Ryzen_Threadripper
|
||||
"processor.max_cstate=1"
|
||||
"rcu_nocbs=0-11"
|
||||
"idle=nomwait"
|
||||
];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/ea31d0ea-2949-420a-99ea-7f77c4b7091e";
|
||||
|
Loading…
Reference in New Issue
Block a user