From 2b30463093218bd5075fa21b115b9d1604068618 Mon Sep 17 00:00:00 2001 From: Garionion Date: Sat, 23 Jul 2022 21:03:39 +0200 Subject: [PATCH] monitoring: use nginx in front of influxdb --- hosts/monitoring/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/monitoring/configuration.nix b/hosts/monitoring/configuration.nix index 7940bf9..ca5376d 100644 --- a/hosts/monitoring/configuration.nix +++ b/hosts/monitoring/configuration.nix @@ -305,7 +305,7 @@ with lib; }; }; }; - networking.firewall.allowedTCPPorts = [ 80 443 8086]; + networking.firewall.allowedTCPPorts = [ 80 443 ]; system.stateVersion = "22.05"; }