mpd: Use package from unstable

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.
This commit is contained in:
Simon Bruder 2021-02-22 11:15:49 +01:00
parent 2a4e358502
commit 790c4d03c0
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -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"