set nix bld ssh to throughput optimized

This commit is contained in:
müde 2026-07-01 17:42:30 +02:00
commit e23f1a53eb

View file

@ -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
); );