Disable spectre and meltdown mitigations
I dispute the practicality of their use
This commit is contained in:
parent
7d61ad23c4
commit
5665b631fb
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [ git htop moreutils ncdu ripgrep unzip zip ];
|
||||
|
||||
boot.kernelParams = [ "mitigations=off" ];
|
||||
|
||||
console = {
|
||||
colors = [
|
||||
"f8f8f8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue