Disable spectre and meltdown mitigations

I dispute the practicality of their use
This commit is contained in:
Charlotte Van Petegem 2022-07-15 10:34:06 +02:00
parent 7d61ad23c4
commit 5665b631fb
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -56,6 +56,8 @@
environment.systemPackages = with pkgs; [ git htop moreutils ncdu ripgrep unzip zip ];
boot.kernelParams = [ "mitigations=off" ];
console = {
colors = [
"f8f8f8"