From 15e14888ae113064522403623d32424c22a0fb93 Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@privatestorage.io> Date: Fri, 28 May 2021 13:12:55 +0000 Subject: [PATCH] Grafana: close web ports --- nixos/modules/monitoring/server/grafana.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/monitoring/server/grafana.nix b/nixos/modules/monitoring/server/grafana.nix index 3ff09620..d5724e71 100644 --- a/nixos/modules/monitoring/server/grafana.nix +++ b/nixos/modules/monitoring/server/grafana.nix @@ -30,7 +30,7 @@ in { }; config = { - networking.firewall.allowedTCPPorts = [ 80 443 ]; + # networking.firewall.allowedTCPPorts = [ 80 443 ]; services.grafana = { enable = true; -- GitLab