hyacinth/kernel: disable split_lock detection

This commit is contained in:
LavaDesu 2023-01-29 00:01:08 +07:00
parent fd480158b1
commit 22187adb1b
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -9,6 +9,7 @@
kernelParams = [
"amdgpu.gpu_recovery=1"
"intel_pstate=passive"
"split_lock_detect=off"
];
kernelPackages = lib.mkForce (pkgs.linuxPackagesFor pkgs.me.linux-lava);