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}
|
Match originalhost ${lib.concatStringsSep "," names} user ${buildUser}
|
||||||
IdentityFile ${clientSshKeyPath}
|
IdentityFile ${clientSshKeyPath}
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
|
IPQoS throughput
|
||||||
|
ServerAliveInterval 60
|
||||||
''
|
''
|
||||||
) buildServerDevices
|
) buildServerDevices
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue