From 1e823b540daf2fd4d0cf6149f5f18f5fb38a88ef Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 10 Jan 2026 20:24:18 +0200 Subject: Use explicit NodePort in gitsyncer config instead of SSH alias Replace git@git-server:/repos/repos with ssh://git@r0:30022/repos/repos for more explicit and self-documenting configuration. This removes the dependency on the SSH config alias and makes the NodePort usage clear. Co-Authored-By: Claude Sonnet 4.5 --- dotfiles/gitsyncer/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/gitsyncer/config.json b/dotfiles/gitsyncer/config.json index 04a67fd..386f399 100644 --- a/dotfiles/gitsyncer/config.json +++ b/dotfiles/gitsyncer/config.json @@ -9,7 +9,7 @@ "name": "snonux" }, { - "host": "git@git-server:/repos/repos", + "host": "ssh://git@r0:30022/repos/repos", "backupLocation": true } ], -- cgit v1.2.3