From a653057414587563ab9549dec7dccdf0fe7d5fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 3 Sep 2019 21:11:21 +0200 Subject: [PATCH] feat(ssh): add gitlab.gchq.icu --- configs/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/ssh.nix b/configs/ssh.nix index 777c34b..2b7209c 100644 --- a/configs/ssh.nix +++ b/configs/ssh.nix @@ -65,6 +65,7 @@ in { extraOptions.RemoteCommand = "tmux a"; }; "gitlab.peixdev.net".port = 999; + "gitlab.gchq.icu".port = 1022; }; }; }