modules.services.grafana: fix

This commit is contained in:
2025-01-22 21:35:15 +08:00
parent 2c737082d8
commit 5dc25f5cf3

View File

@@ -75,6 +75,7 @@ inputs:
static_configs =
[{ targets = [ "127.0.0.1:${toString inputs.config.services.prometheus.exporters.node.port}" ]; }];
}];
extraFlags = [ "--storage.tsdb.max-block-chunk-segment-size=16M" ];
};
};
nixos.services =