summary refs log tree commit diff
path: root/nixos/modules/services/databases/opentsdb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/databases/opentsdb.nix')
-rw-r--r--nixos/modules/services/databases/opentsdb.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/databases/opentsdb.nix b/nixos/modules/services/databases/opentsdb.nix
index 0e73d4aca0e..489cdcffe65 100644
--- a/nixos/modules/services/databases/opentsdb.nix
+++ b/nixos/modules/services/databases/opentsdb.nix
@@ -26,6 +26,7 @@ in {
       package = mkOption {
         type = types.package;
         default = pkgs.opentsdb;
+        defaultText = "pkgs.opentsdb";
         example = literalExample "pkgs.opentsdb";
         description = ''
           OpenTSDB package to use.