add psi kernel param

This commit is contained in:
2023-09-24 10:22:42 +02:00
parent 8cc3783614
commit 38fb866a4f

View File

@@ -15,5 +15,9 @@
}; };
}; };
boot.kernelParams = lib.mkAfter [
"psi=1"
];
nix.settings.max-jobs = lib.mkDefault 2; nix.settings.max-jobs = lib.mkDefault 2;
} }