mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 17:56:34 +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";
|
||||
sshUser = "builder";
|
||||
sshKey = "/root/.ssh/builder";
|
||||
maxJobs = 12;
|
||||
}
|
||||
];
|
||||
distributedBuilds = true;
|
||||
|
|
Loading…
Reference in a new issue