From 1f3ca329a1c692c590066aeaaf6215980619ef9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Mon, 7 Oct 2024 16:39:33 +0200 Subject: [PATCH] Add influxdb2 service --- services/grafana/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/grafana/default.nix b/services/grafana/default.nix index 6bcaa80..509a4fc 100644 --- a/services/grafana/default.nix +++ b/services/grafana/default.nix @@ -228,6 +228,6 @@ in }; # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [ 3000 3100 3101 9001 1514 514 ]; + networking.firewall.allowedTCPPorts = [ 3000 3100 3101 8086 9001 1514 514 ]; }; }