From 1c7731a90974b6dceb2114e43520f2762db1a499 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 5 Feb 2024 10:13:52 +0300 Subject: [PATCH] Allow 443 UDP, im retarded --- hosts/cube/nginx.nix | 1 + 1 file changed, 1 insertion(+) 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 {