Allow remote control of MPD

This commit is contained in:
Paul-Henri Froidmont 2021-07-08 19:05:20 +02:00
parent 9902d9c193
commit af6d02e71f
2 changed files with 5 additions and 0 deletions

View file

@ -73,7 +73,9 @@
services = {
mpd = {
enable = true;
network.listenAddress = "any";
musicDirectory = "${config.home.homeDirectory}/Nextcloud/Media/Music";
playlistDirectory = "${config.home.homeDirectory}/Nextcloud/Playlists";
extraConfig = ''
max_output_buffer_size "16384"
auto_update "yes"