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

This commit is contained in:
Sandro 2021-11-10 20:11:24 +01:00 committed by GitHub
commit 93a0ff08d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ in {
description = '' description = ''
Build a minimal collectd package with only the configured `services.collectd.plugins` Build a minimal collectd package with only the configured `services.collectd.plugins`
''; '';
type = types.bool; type = bool;
}; };
user = mkOption { user = mkOption {
@ -98,7 +98,7 @@ in {
description = '' description = ''
Attribute set of plugin names to plugin config segments Attribute set of plugin names to plugin config segments
''; '';
type = types.attrsOf types.str; type = attrsOf lines;
}; };
extraConfig = mkOption { extraConfig = mkOption {