chore: remove extraConfig from mpd (for now) to be able to build succesfully

This commit is contained in:
Ahwx 2026-07-09 13:18:34 +02:00
parent 15ee696ce5
commit c08a4832b3

View file

@ -16,15 +16,15 @@
enable = true;
playlistDirectory = "/home/${username}/Music/.playlists";
musicDirectory = "/home/${username}/Music";
extraConfig = ''
restore_paused "yes"
auto_update "yes"
# extraConfig = ''
# restore_paused "yes"
# auto_update "yes"
audio_output {
type "pipewire"
name "pipewire"
}
'';
# audio_output {
# type "pipewire"
# name "pipewire"
# }
# '';
user = "${username}"; # PipeWire requires this as it runs as the normal user and mpd normally runs as a system user.
# Optional: