distributed builds: fix host name does not match after expansion
This commit is contained in:
parent
95eb2fa1cb
commit
dc36665e7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue