From b86d370a62e352a654f3f8a91b943677f87c251d Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Sat, 24 Feb 2024 14:36:33 +0100 Subject: [PATCH] Revert "git.caspervk.net on port 22" This reverts commit ccc31dfac897a9857b2f796141823643c51cab36. --- modules/desktop/ssh.nix | 3 +++ 1 file changed, 3 insertions(+) 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