chore(mpd): stable isn't this far yet

This commit is contained in:
Ahwx 2026-01-26 22:51:44 +01:00
parent 817a83119f
commit 1b640675b3

View file

@ -14,19 +14,17 @@
services.mpd = { services.mpd = {
enable = true; enable = true;
settings = { playlistDirectory = "/home/${username}/Music/.playlists";
playlist_directory = "/home/${username}/Music/.playlists"; musicDirectory = "/home/${username}/Music";
music_directory = "/home/${username}/Music"; 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: