diff --git a/home/services/mpd.nix b/home/services/mpd.nix index 0179d4d..195be3d 100644 --- a/home/services/mpd.nix +++ b/home/services/mpd.nix @@ -21,5 +21,8 @@ } ''; }; + + # TODO: disable auto_update and use systemd path to listen for changes + # TODO: upstream unix socket support to home-manager }