From 07498474eddf65a4d94764d314d2cb7f078c64ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Mon, 7 Oct 2024 13:03:29 +0200 Subject: [PATCH] Open Firewall rsyslog / promtail log relay --- 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 717a4c6..1e40549 100644 --- a/services/grafana/default.nix +++ b/services/grafana/default.nix @@ -238,6 +238,6 @@ in }; # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [ 3000 3100 3101 9001 ]; + networking.firewall.allowedTCPPorts = [ 3000 3100 3101 9001 1514 514 ]; }; }