{ config, pkgs, ... }: { services.mpd = { enable = true; musicDirectory = /Volumes/Trash/Music; network.listenAddress = "any"; extraConfig = '' audio_output { type "pipewire" name "PipeWire Sound Server" } audio_output { type "pulse" name "Qwark pulseuadio" server "192.168.1.94" } ''; }; }