Enable strictDeps on all our toplevel packages #12
@ -65,4 +65,9 @@ in {
|
||||
./perf.nix
|
||||
];
|
||||
boot.kernelPackages = lib.mkForce kernel;
|
||||
|
||||
# disable all cpu mitigations
|
||||
boot.kernelParams = [
|
||||
"mitigations=off"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user