open firewall port

This commit is contained in:
pazpi 2025-01-06 18:31:57 +01:00
parent 33f173299b
commit 293092473f

View file

@ -63,6 +63,8 @@ in
}; };
}; };
networking.firewall.allowedTCPPorts = [ 8080 ];
}) })
(lib.mkIf cfg.proxy.enable { (lib.mkIf cfg.proxy.enable {