MyNixOS website logo
option

services.mpdscribble.passwordFile

File containing the password for the mpd daemon. If there is a local mpd configured using services.mpd.credentials the default is automatically set to a matching passwordFile of the local mpd.

Declarations
Type
null or string
Default
{
  _type = "literalMD";
  text = ''
    The first password file with read access configured for MPD when using a local instance,
    otherwise `null`.
  '';
}