eudy: disable all cpu mitigations
This commit is contained in:
parent
d88caa8610
commit
d5857c0f7d
@ -65,4 +65,9 @@ in {
|
||||
./perf.nix
|
||||
];
|
||||
boot.kernelPackages = lib.mkForce kernel;
|
||||
|
||||
# disable all cpu mitigations
|
||||
boot.kernelParams = [
|
||||
"mitigations=off"
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user