MyNixOS website logo
option

services.mpd.musicDirectory

The directory or NFS/SMB network share where MPD reads music from. 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.

Declarations
Type
path or string matching the pattern (http|https|nfs|smb)://.+
Default
"${dataDir}/music"