increase max jobs on remote builder

This commit is contained in:
Henri Dohmen 2025-08-15 13:33:49 +02:00
parent ce5fa4b77f
commit 62c2063794
Signed by: hd
GPG key ID: AB79213B044674AE
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
sshUser = "nixremote";
system = "x86_64-linux";
protocol = "ssh-ng";
maxJobs = 10;
maxJobs = 32;
speedFactor = 2;
supportedFeatures = [
"nixos-test"

View file

@ -35,7 +35,7 @@
sshUser = "nixremote";
system = "x86_64-linux";
protocol = "ssh-ng";
maxJobs = 10;
maxJobs = 32;
speedFactor = 2;
supportedFeatures = [
"nixos-test"