diff --git a/home/modules/baseline/ssh.nix b/home/modules/baseline/ssh.nix index 8ac26a7..be93252 100644 --- a/home/modules/baseline/ssh.nix +++ b/home/modules/baseline/ssh.nix @@ -43,6 +43,10 @@ user = "gitlab"; hostname = "git.thehellings.lan"; }; + ivr = { + user = "git"; + hostname = "gitlab.com"; + }; "*.thehellings.lan" = owned; "10.42.*" = owned;