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