mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:26:51 +01:00
add max-jobs to build machines
This commit is contained in:
parent
37b3cbe181
commit
aea7acaccf
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ in
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
sshUser = "builder";
|
sshUser = "builder";
|
||||||
sshKey = "/root/.ssh/builder";
|
sshKey = "/root/.ssh/builder";
|
||||||
|
maxJobs = 12;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
|
|
Loading…
Reference in a new issue