diff --git a/hosts/hetzner-vpn2/nginx.nix b/hosts/hetzner-vpn2/nginx.nix index b29451ae..7d161c31 100644 --- a/hosts/hetzner-vpn2/nginx.nix +++ b/hosts/hetzner-vpn2/nginx.nix @@ -98,6 +98,7 @@ in networking.firewall.allowedTCPPorts = [ 80 443 + 5201 ]; }; }