From 89f3e527558bdf00edf9c4d77e51398e869dac45 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 21 Apr 2018 21:03:24 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 f8c7616c..16657d5a 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.listenAddresese} + ${concatMapStringsSep "\n" bindAddress cfg.network.listenAddresses} ${cfg.extraConfig} ''; -- cgit v1.2.3