From ccc31dfac897a9857b2f796141823643c51cab36 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Fri, 16 Feb 2024 00:28:05 +0100 Subject: [PATCH] git.caspervk.net on port 22 --- modules/desktop/ssh.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/desktop/ssh.nix b/modules/desktop/ssh.nix index e3f5d62..4db1074 100644 --- a/modules/desktop/ssh.nix +++ b/modules/desktop/ssh.nix @@ -26,9 +26,6 @@ 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