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 <masterancpp@gmail.com>
This commit is contained in:
raito 2024-08-23 20:19:45 +02:00
parent 5dc6165c2e
commit c380f29937

View file

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