Limit cores AND max-jobs for nix

This commit is contained in:
Evie Litherland-Smith 2024-03-02 11:47:39 +00:00
parent 839521f8b6
commit 1be64a2c2b

View file

@ -52,6 +52,7 @@
nix = {
enable = true;
settings = {
cores = 2;
max-jobs = 1;
trusted-users = ["root" user];
experimental-features = ["nix-command" "flakes"];