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.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/audio/ympd.nix b/nixos/modules/services/audio/ympd.nix
index 551bd941fe6..36c5527027f 100644
--- a/nixos/modules/services/audio/ympd.nix
+++ b/nixos/modules/services/audio/ympd.nix
@@ -26,7 +26,6 @@ in {
           type = types.str;
           default = "localhost";
           description = "The host where MPD is listening.";
-          example = "localhost";
         };
 
         port = mkOption {