diff --git a/hosts/cube/nginx.nix b/hosts/cube/nginx.nix index ff0f2fb..b8308a9 100644 --- a/hosts/cube/nginx.nix +++ b/hosts/cube/nginx.nix @@ -2,6 +2,7 @@ serverSystemConfiguration { networking.firewall.allowedTCPPorts = [ 80 443 ]; + networking.firewall.allowedUDPPorts = [ 443 ]; services.prometheus = { exporters.nginx = enabled {