mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-18 19:24:09 +02:00
add speed
This commit is contained in:
parent
7f5ba201e0
commit
b35a3c236a
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,7 @@ in
|
|||
protocol = "ssh-ng";
|
||||
sshUser = "builder";
|
||||
sshKey = "/root/.ssh/builder";
|
||||
speedFactor = 5;
|
||||
maxJobs = 12;
|
||||
}
|
||||
{
|
||||
|
@ -89,6 +90,7 @@ in
|
|||
protocol = "ssh-ng";
|
||||
sshUser = "builder";
|
||||
sshKey = "/root/.ssh/builder";
|
||||
speedFactor = 10;
|
||||
maxJobs = 24;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue