From dc36665e7a004b428271bb44271f6b317e837975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Sun, 3 May 2026 14:21:34 +0200 Subject: [PATCH] distributed builds: fix host name does not match after expansion --- nixosModules/distributed-builds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/distributed-builds.nix b/nixosModules/distributed-builds.nix index 91341f5..50d9ee6 100644 --- a/nixosModules/distributed-builds.nix +++ b/nixosModules/distributed-builds.nix @@ -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