set nix bld ssh to throughput optimized
This commit is contained in:
parent
9e3d4b9316
commit
e23f1a53eb
1 changed files with 2 additions and 0 deletions
|
|
@ -134,6 +134,8 @@ in
|
|||
Match originalhost ${lib.concatStringsSep "," names} user ${buildUser}
|
||||
IdentityFile ${clientSshKeyPath}
|
||||
IdentitiesOnly yes
|
||||
IPQoS throughput
|
||||
ServerAliveInterval 60
|
||||
''
|
||||
) buildServerDevices
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue