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 7553f4922c907..22f31e9526226 100644
--- a/nixos/modules/services/admin/meshcentral.nix
+++ b/nixos/modules/services/admin/meshcentral.nix
@@ -5,7 +5,7 @@ let
   configFile = configFormat.generate "meshcentral-config.json" cfg.settings;
 in with lib; {
   options.services.meshcentral = with types; {
-    enable = mkEnableOption "MeshCentral computer management server";
+    enable = mkEnableOption (lib.mdDoc "MeshCentral computer management server");
     package = mkOption {
       description = lib.mdDoc "MeshCentral package to use. Replacing this may be necessary to add dependencies for extra functionality.";
       type = types.package;