Merge pull request #141551 from astro/collectd-plugin-config

Sandro 93a0ff08 4f9b42cf

Changed files
+2 -2
nixos
modules
services
monitoring
+2 -2
nixos/modules/services/monitoring/collectd.nix
···
description = ''
Build a minimal collectd package with only the configured `services.collectd.plugins`
'';
-
type = types.bool;
};
user = mkOption {
···
description = ''
Attribute set of plugin names to plugin config segments
'';
-
type = types.attrsOf types.str;
};
extraConfig = mkOption {
···
description = ''
Build a minimal collectd package with only the configured `services.collectd.plugins`
'';
+
type = bool;
};
user = mkOption {
···
description = ''
Attribute set of plugin names to plugin config segments
'';
+
type = attrsOf lines;
};
extraConfig = mkOption {