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 ]; }; }