From 790c4d03c0fcda1055e70b284138ece59baeb38c Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 22 Feb 2021 11:15:49 +0100 Subject: [PATCH] mpd: Use package from unstable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The version from 20.09 logs every time a client connects (which pollutes the journal) and I did not find an easy way to change this. The logging was changed in a newer mpd version and the default log level now doesn’t log connects. --- users/simon/modules/mpd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/simon/modules/mpd.nix b/users/simon/modules/mpd.nix index d6ccfb4..96d50a3 100644 --- a/users/simon/modules/mpd.nix +++ b/users/simon/modules/mpd.nix @@ -7,6 +7,7 @@ lib.mkIf nixosConfig.sbruder.gui.enable { enable = true; musicDirectory = "~/Music"; network.listenAddress = "${config.services.mpd.dataDir}/socket"; + package = pkgs.unstable.mpd; extraConfig = '' zeroconf_enabled "no"