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; enable = true;
playlistDirectory = "/home/${username}/Music/.playlists"; playlistDirectory = "/home/${username}/Music/.playlists";
musicDirectory = "/home/${username}/Music"; musicDirectory = "/home/${username}/Music";
extraConfig = '' # extraConfig = ''
restore_paused "yes" # restore_paused "yes"
auto_update "yes" # auto_update "yes"
audio_output { # audio_output {
type "pipewire" # type "pipewire"
name "pipewire" # name "pipewire"
} # }
''; # '';
user = "${username}"; # PipeWire requires this as it runs as the normal user and mpd normally runs as a system user. user = "${username}"; # PipeWire requires this as it runs as the normal user and mpd normally runs as a system user.
# Optional: # Optional: