distributed builds: fix host name does not match after expansion

This commit is contained in:
müde 2026-05-03 14:21:34 +02:00
parent 95eb2fa1cb
commit dc36665e7a

View file

@ -104,7 +104,7 @@ in
knownHosts = buildServerKnownHosts;
extraConfig = lib.concatStringsSep "\n" (
lib.mapAttrsToList (name: _: ''
Match host ${name} user ${buildUser}
Match originalhost ${name} user ${buildUser}
IdentityFile ${clientSshKeyPath}
IdentitiesOnly yes
'') buildServerDevices