From 51a8a70918b314f3b1bb900ade95ec66bd2d818c Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Thu, 14 Nov 2024 17:27:14 +0200 Subject: [PATCH] tweaked the firewall for forgejo --- networking/firewall.mod.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/networking/firewall.mod.nix b/networking/firewall.mod.nix index 443ce93..c35ef7e 100644 --- a/networking/firewall.mod.nix +++ b/networking/firewall.mod.nix @@ -11,6 +11,7 @@ allowedUDPPorts = [ # 53 # pihole # 5894 # couchdb + 222 # forgejo ssh. for the handshake i think ]; allowedTCPPorts = [ 222 # forgejo ssh