mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
grafana: Enable datasource pruning
This commit is contained in:
parent
6e9eb2fdc6
commit
64d0edac20
1 changed files with 1 additions and 2 deletions
|
|
@ -85,8 +85,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
datasources.settings = {
|
datasources.settings = {
|
||||||
# TODO: Uncomment when upgrading to 25.11
|
prune = true;
|
||||||
# prune = true;
|
|
||||||
datasources =
|
datasources =
|
||||||
(lib.optional cfg.datasources.prometheus.enable {
|
(lib.optional cfg.datasources.prometheus.enable {
|
||||||
name = "Prometheus";
|
name = "Prometheus";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue