services.mpdscribble.host

NixOS option

Host for the mpdscribble daemon to search for a mpd daemon on.

type: string
Default
if config.services.mpd.settings.bind_to_address != "any"
then config.services.mpd.settings.bind_to_address
else "localhost"
declared in: nixos/modules/services/audio/mpdscribble.nixView source on NixOS/nixpkgs →