diff --git a/home/baseline/ssh.nix b/home/baseline/ssh.nix index 6a6a611..184609d 100644 --- a/home/baseline/ssh.nix +++ b/home/baseline/ssh.nix @@ -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; };