diff --git a/machines/AMD-Workstation/boot.nix b/machines/AMD-Workstation/boot.nix index 59a3bf7..bfe38b9 100644 --- a/machines/AMD-Workstation/boot.nix +++ b/machines/AMD-Workstation/boot.nix @@ -48,6 +48,9 @@ in { "amd_pstate=active" "retbleed=off" # big performance impact ]; + kernel.sysctl = { + "kernel.split_lock_mitigate" = 0; + }; tmp.useTmpfs = true; tmp.tmpfsSize = "32G";