services.mpdscribble.host
NixOS option
Host for the mpdscribble daemon to search for a mpd daemon on.
type: stringDefault
declared in: nixos/modules/services/audio/mpdscribble.nixView source on NixOS/nixpkgs →if config.services.mpd.settings.bind_to_address != "any" then config.services.mpd.settings.bind_to_address else "localhost"