From 353070ef08e201c619e6f12aa80c534ba538903f Mon Sep 17 00:00:00 2001 From: sinavir Date: Tue, 26 Apr 2022 00:55:00 +0200 Subject: [PATCH] graphana --- hosts/hackens-org/prometheus/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/hackens-org/prometheus/default.nix b/hosts/hackens-org/prometheus/default.nix index e671df6..ecd0a8c 100644 --- a/hosts/hackens-org/prometheus/default.nix +++ b/hosts/hackens-org/prometheus/default.nix @@ -24,5 +24,9 @@ package = pkgs.callPackage (import ./mqtt2prometheus.nix) { }; config = ./config.yaml; }; + grafana = { + enable = true; + }; }; + networking.firewall.allowedTCPPorts = [ 3000 ]; }