From 6170bef727d447d6509012f23433d8a1b8974fc3 Mon Sep 17 00:00:00 2001 From: k3t Date: Mon, 6 Jul 2026 22:48:42 -0600 Subject: [PATCH] change gitea ssh port to proper port :sob: --- hosts/nixcloud/services.d/git.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/nixcloud/services.d/git.nix b/hosts/nixcloud/services.d/git.nix index 534b4b8..a9a6653 100644 --- a/hosts/nixcloud/services.d/git.nix +++ b/hosts/nixcloud/services.d/git.nix @@ -17,7 +17,6 @@ HTTP_ADDR = "127.0.0.1"; HTTP_PORT = 34951; ROOT_URL = "https://git.k3t.dev/"; - SSH_PORT = 34952; }; }; }; @@ -34,4 +33,4 @@ # header_up X-Real-IP {remote_host} # } #''; -} \ No newline at end of file +}