services.mpd.settings.playlist_directory

NixOS option

The directory where MPD stores playlists. If left as the default value this directory will automatically be created before the MPD server starts, otherwise the sysadmin is responsible for ensuring the directory exists with appropriate ownership and permissions.

type: absolute path
Default
"${dataDir}/playlists"
declared in: nixos/modules/services/audio/mpd.nixView source on NixOS/nixpkgs →