summary refs log tree commit diff
path: root/nixos/modules/services/misc/podgrab.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/podgrab.nix')
-rw-r--r--nixos/modules/services/misc/podgrab.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/podgrab.nix b/nixos/modules/services/misc/podgrab.nix
index 590309ace7e..10c7bc96b8f 100644
--- a/nixos/modules/services/misc/podgrab.nix
+++ b/nixos/modules/services/misc/podgrab.nix
@@ -4,7 +4,7 @@ let
 in
 {
   options.services.podgrab = with lib; {
-    enable = mkEnableOption "Podgrab, a self-hosted podcast manager";
+    enable = mkEnableOption (lib.mdDoc "Podgrab, a self-hosted podcast manager");
 
     passwordFile = mkOption {
       type = with types; nullOr str;