fix(ssh): use gitea.leeworks.dev hostname for git ssh config

This commit is contained in:
2026-04-22 17:33:06 -04:00
parent f566267663
commit 31c72186ad
+1 -1
View File
@@ -329,7 +329,7 @@
proxyJump = "_JumpHost"; proxyJump = "_JumpHost";
}; };
"git" = { "git" = {
hostname = "10.0.1.10"; hostname = "gitea.leeworks.dev";
port = 22; port = 22;
user = "git"; user = "git";
}; };