mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
nixos/collectd: give plugins option a mergeable type
This commit is contained in:
parent
7bc24afb03
commit
19fc2904f3
@ -57,7 +57,7 @@ in {
|
||||
description = ''
|
||||
Build a minimal collectd package with only the configured `services.collectd.plugins`
|
||||
'';
|
||||
type = types.bool;
|
||||
type = bool;
|
||||
};
|
||||
|
||||
user = mkOption {
|
||||
@ -98,7 +98,7 @@ in {
|
||||
description = ''
|
||||
Attribute set of plugin names to plugin config segments
|
||||
'';
|
||||
type = types.attrsOf types.str;
|
||||
type = attrsOf lines;
|
||||
};
|
||||
|
||||
extraConfig = mkOption {
|
||||
|
Loading…
Reference in New Issue
Block a user