summary refs log tree commit diff
path: root/nixos/modules/services/networking/quorum.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/quorum.nix')
-rw-r--r--nixos/modules/services/networking/quorum.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/quorum.nix b/nixos/modules/services/networking/quorum.nix
index 67027ae3f85..4b90b12f86f 100644
--- a/nixos/modules/services/networking/quorum.nix
+++ b/nixos/modules/services/networking/quorum.nix
@@ -13,7 +13,7 @@ in {
   options = {
 
     services.quorum = {
-      enable = mkEnableOption "Quorum blockchain daemon";
+      enable = mkEnableOption (lib.mdDoc "Quorum blockchain daemon");
 
       user = mkOption {
         type = types.str;