From d3555228be6209952ca855b935b74ec4785df54e Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 6 Sep 2025 20:41:45 +0200 Subject: [PATCH] add port for some reason --- hosts/hetzner-vpn2/nginx.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; }; }