summary refs log tree commit diff
path: root/nixos/modules/services/databases/clickhouse.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/databases/clickhouse.nix')
-rw-r--r--nixos/modules/services/databases/clickhouse.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/databases/clickhouse.nix b/nixos/modules/services/databases/clickhouse.nix
index 3a161d56107..53637f4171c 100644
--- a/nixos/modules/services/databases/clickhouse.nix
+++ b/nixos/modules/services/databases/clickhouse.nix
@@ -17,7 +17,7 @@ with lib;
         type = types.package;
         default = pkgs.clickhouse;
         defaultText = "pkgs.clickhouse";
-        description = ''
+        description = lib.mdDoc ''
           ClickHouse package to use.
         '';
       };