add max-jobs to build machines

This commit is contained in:
Johannes Jöns 2024-08-06 21:20:31 +02:00
parent 37b3cbe181
commit aea7acaccf

View file

@ -66,6 +66,7 @@ in
protocol = "ssh-ng";
sshUser = "builder";
sshKey = "/root/.ssh/builder";
maxJobs = 12;
}
];
distributedBuilds = true;