From 61cfd3a31309b576bc245639d2016334c9e47d59 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 1 Oct 2021 20:51:04 +0200 Subject: [PATCH] upstream4: fix gitea port fwding --- nix/lib/config/legacy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/lib/config/legacy.nix b/nix/lib/config/legacy.nix index 1336bc8..789b9d4 100644 --- a/nix/lib/config/legacy.nix +++ b/nix/lib/config/legacy.nix @@ -256,7 +256,7 @@ in sourcePort = 2224; } { # Gitea ssh - destination = "${config.site.net.serv.hosts4.gitea}:22"; + destination = "${config.site.net.serv.hosts4.gitea}:2222"; proto = "tcp"; sourcePort = 2222; }