summary refs log tree commit diff
path: root/nixos/modules/services/audio/ympd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/audio/ympd.nix')
-rw-r--r--nixos/modules/services/audio/ympd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/audio/ympd.nix b/nixos/modules/services/audio/ympd.nix
index 98522f25423..f14c81cdb8d 100644
--- a/nixos/modules/services/audio/ympd.nix
+++ b/nixos/modules/services/audio/ympd.nix
@@ -12,7 +12,7 @@ in {
 
     services.ympd = {
 
-      enable = mkEnableOption "ympd, the MPD Web GUI";
+      enable = mkEnableOption (lib.mdDoc "ympd, the MPD Web GUI");
 
       webPort = mkOption {
         type = types.either types.str types.port; # string for backwards compat