mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
modules.services.grafana: fix
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user