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