mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 15:38:12 +01:00
mpd: Fix audio output being incorrectly detected as alsa
This fixes an issue where previously one would have to pause and play audio tracks in order for them to play properly. Upstream issue: https://github.com/MusicPlayerDaemon/MPD/issues/1649
This commit is contained in:
parent
a364b76da2
commit
f32213f896
@ -14,6 +14,11 @@ in
|
||||
inherit musicDirectory;
|
||||
|
||||
extraConfig = ''
|
||||
audio_output {
|
||||
type "pipewire"
|
||||
name "PipeWire Sound Server"
|
||||
}
|
||||
|
||||
auto_update "yes"
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user