mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
liferea, graphite service: fix typo (agregator -> aggregator)
This commit is contained in:
parent
fb5f7dd953
commit
a133ef9a0c
2 changed files with 3 additions and 3 deletions
|
@ -256,13 +256,13 @@ in {
|
|||
};
|
||||
|
||||
enableAggregator = mkOption {
|
||||
description = "Whether to enable carbon agregator, the carbon buffering service.";
|
||||
description = "Whether to enable carbon aggregator, the carbon buffering service.";
|
||||
default = false;
|
||||
type = types.bool;
|
||||
};
|
||||
|
||||
aggregationRules = mkOption {
|
||||
description = "Defines if and how received metrics will be agregated.";
|
||||
description = "Defines if and how received metrics will be aggregated.";
|
||||
default = null;
|
||||
type = types.uniq (types.nullOr types.string);
|
||||
example = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue