forked from mirrors/nixpkgs
collectd service: Add option package
This commit is contained in:
parent
eff9726d54
commit
ed979124ca
|
@ -34,6 +34,14 @@ in {
|
|||
type = bool;
|
||||
};
|
||||
|
||||
package = mkOption {
|
||||
default = pkgs.collectd;
|
||||
description = ''
|
||||
Which collectd package to use.
|
||||
'';
|
||||
type = package;
|
||||
};
|
||||
|
||||
user = mkOption {
|
||||
default = "collectd";
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue