From e83a269f21dd819d9c9a3fd67ff82a2f6db4374b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 26 May 2018 21:48:47 +0200 Subject: poke mpd --- custom/mpd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/mpd.nix b/custom/mpd.nix index 16657d5a..dd8a906a 100644 --- a/custom/mpd.nix +++ b/custom/mpd.nix @@ -20,7 +20,7 @@ let user "${cfg.user}" group "${cfg.group}" - ${concatMapStringsSep "\n" bindAddress cfg.network.listenAddresses} + ${concatMapStringsSep "\n" (a: "bind_to_address \"" + bindAddress a + "\"") cfg.network.listenAddresses} ${cfg.extraConfig} ''; -- cgit v1.2.3