Update SSH hosts

This commit is contained in:
Greg Hellings
2025-12-04 09:12:12 -06:00
parent e8f03d4ad6
commit 038b27edf3
+4 -3
View File
@@ -45,11 +45,12 @@
hostname = "github.com"; hostname = "github.com";
}; };
"src" = { "src" = {
user = "gitlab"; user = "git";
hostname = "vm-gitlab.shire-zebra.ts.net"; hostname = "jeremiah.shire-zebra.ts.net";
port = 32222;
}; };
srcpub = { srcpub = {
user = "gitlab"; user = "git";
hostname = "src.thehellings.com"; hostname = "src.thehellings.com";
port = 2222; port = 2222;
}; };