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:
parent
5dc6165c2e
commit
c380f29937
|
@ -16,8 +16,6 @@ in
|
||||||
owner = "grafana";
|
owner = "grafana";
|
||||||
};
|
};
|
||||||
|
|
||||||
bagel.services.postgres.enable = true;
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
grafana = {
|
grafana = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -147,7 +145,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
bagel.monitoring.grafana-agent.exporters.grafana.port = 2342;
|
bagel.monitoring.grafana-agent.exporters.grafana.port = 2342;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue