about summary refs log tree commit diff
diff options
context:
space:
mode:
-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.
       '';