gwydion: fix mpdris2 config to correctly connect to mpd

This commit is contained in:
Jez Cope 2020-11-13 17:19:20 +00:00
parent bc3fa3ad89
commit c09ac84879
1 changed files with 4 additions and 1 deletions

View File

@ -25,5 +25,8 @@ in
'';
};
programs.ncmpcpp.enable = true;
services.mpdris2.enable = true;
services.mpdris2 = {
enable = true;
mpd.host = "127.0.0.1";
};
}