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";
};
"src" = {
user = "gitlab";
hostname = "vm-gitlab.shire-zebra.ts.net";
user = "git";
hostname = "jeremiah.shire-zebra.ts.net";
port = 32222;
};
srcpub = {
user = "gitlab";
user = "git";
hostname = "src.thehellings.com";
port = 2222;
};