From 58d4b6663705da7bfc57cf54da8f6fe39c196337 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 2 Aug 2024 17:45:34 +0200 Subject: [PATCH] home/mpd: todos --- home/services/mpd.nix | 3 +++ 1 file changed, 3 insertions(+) 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 }