diff --git a/modules/desktop/ssh.nix b/modules/desktop/ssh.nix index 07b2b6a..eea2107 100644 --- a/modules/desktop/ssh.nix +++ b/modules/desktop/ssh.nix @@ -30,6 +30,9 @@ hostname = "tor.caspervk.net"; port = 222; }; + "git.caspervk.net" = { + port = 2222; + }; }; extraConfig = '' # Add ssh keys to the agent the first time we unlock them so we don't