Merge pull request #141551 from astro/collectd-plugin-config
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user