From 1abcd9499498dae8a8c48b89f9a7b7412aead48e Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 21 Oct 2024 09:18:51 -0500 Subject: [PATCH] Add IVR ssh alias --- home/modules/baseline/ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) 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;