about summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/collectd.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2016-02-18 20:28:08 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2016-02-18 20:30:05 +0100
commitb2b15113530964fc3c8bef23b41bfb8eabf3a112 (patch)
tree3cfbfd7bfaabb19dbd0946a953885b69d7e643aa /nixos/modules/services/monitoring/collectd.nix
parent8af685d089071ff386474490862844641aaca2db (diff)
downloadnixlib-b2b15113530964fc3c8bef23b41bfb8eabf3a112.tar
nixlib-b2b15113530964fc3c8bef23b41bfb8eabf3a112.tar.gz
nixlib-b2b15113530964fc3c8bef23b41bfb8eabf3a112.tar.bz2
nixlib-b2b15113530964fc3c8bef23b41bfb8eabf3a112.tar.lz
nixlib-b2b15113530964fc3c8bef23b41bfb8eabf3a112.tar.xz
nixlib-b2b15113530964fc3c8bef23b41bfb8eabf3a112.tar.zst
nixlib-b2b15113530964fc3c8bef23b41bfb8eabf3a112.zip
nixos/collectd: add defaultText to package option
CC @fpletz
Diffstat (limited to 'nixos/modules/services/monitoring/collectd.nix')
-rw-r--r--nixos/modules/services/monitoring/collectd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/monitoring/collectd.nix b/nixos/modules/services/monitoring/collectd.nix
index 414831ae9d41..a3280b08bd0c 100644
--- a/nixos/modules/services/monitoring/collectd.nix
+++ b/nixos/modules/services/monitoring/collectd.nix
@@ -36,6 +36,7 @@ in {
 
     package = mkOption {
       default = pkgs.collectd;
+      defaultText = "pkgs.collectd";
       description = ''
         Which collectd package to use.
       '';