summary refs log tree commit diff
path: root/nixos/modules/services/admin/meshcentral.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/admin/meshcentral.nix')
-rw-r--r--nixos/modules/services/admin/meshcentral.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/admin/meshcentral.nix b/nixos/modules/services/admin/meshcentral.nix
index 92762d2037c..e1df39716d4 100644
--- a/nixos/modules/services/admin/meshcentral.nix
+++ b/nixos/modules/services/admin/meshcentral.nix
@@ -7,7 +7,7 @@ in with lib; {
   options.services.meshcentral = with types; {
     enable = mkEnableOption "MeshCentral computer management server";
     package = mkOption {
-      description = "MeshCentral package to use. Replacing this may be necessary to add dependencies for extra functionality.";
+      description = lib.mdDoc "MeshCentral package to use. Replacing this may be necessary to add dependencies for extra functionality.";
       type = types.package;
       default = pkgs.meshcentral;
       defaultText = literalExpression "pkgs.meshcentral";