summary refs log tree commit diff
path: root/nixos/modules/services/misc/tiddlywiki.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/tiddlywiki.nix')
-rw-r--r--nixos/modules/services/misc/tiddlywiki.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/tiddlywiki.nix b/nixos/modules/services/misc/tiddlywiki.nix
index 7052be23d76f4..849f53ca2d48b 100644
--- a/nixos/modules/services/misc/tiddlywiki.nix
+++ b/nixos/modules/services/misc/tiddlywiki.nix
@@ -14,7 +14,7 @@ in {
 
   options.services.tiddlywiki = {
 
-    enable = mkEnableOption "TiddlyWiki nodejs server";
+    enable = mkEnableOption (lib.mdDoc "TiddlyWiki nodejs server");
 
     listenOptions = mkOption {
       type = types.attrs;