nix: restrict max-jobs to 4
This commit is contained in:
parent
6e1886bafd
commit
7895f0a8b0
@ -53,6 +53,7 @@
|
||||
nix = {
|
||||
settings = {
|
||||
cores = 4;
|
||||
max-jobs = 4;
|
||||
trusted-users = [
|
||||
"hydra"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user