From c380f29937278fd3b5c3c1311be6d940835c1767 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 23 Aug 2024 20:19:45 +0200 Subject: [PATCH] fix(grafana): remove the global pgsql module dependency for now We should re-introduce it once things are a bit scoped out. Signed-off-by: Raito Bezarius --- services/monitoring/lgtm/grafana.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/services/monitoring/lgtm/grafana.nix b/services/monitoring/lgtm/grafana.nix index 24d3aa3..20f20f7 100644 --- a/services/monitoring/lgtm/grafana.nix +++ b/services/monitoring/lgtm/grafana.nix @@ -16,8 +16,6 @@ in owner = "grafana"; }; - bagel.services.postgres.enable = true; - services = { grafana = { enable = true; @@ -147,7 +145,7 @@ in }; }; }; - + bagel.monitoring.grafana-agent.exporters.grafana.port = 2342; }; }