Value of the mpd_music_dir
setting. On Linux platforms the value of services.mpd.musicDirectory is used as the default if services.mpd.enable is true
.
Declarations
Type
null or (string or absolute path convertible to it)
Default
if pkgs.stdenv.hostPlatform.isLinux && config.services.mpd.enable then
config.services.mpd.musicDirectory
else
null
Example
"~/music"
Sign in to create a configuration using this setting.