fix: specify mpd hostname for mpdris2

feat/kile-v2
Ricard Illa 2023-05-04 19:26:57 +02:00
parent 63f4978361
commit 59e03ad6de
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@ in {
services.mpdris2 = { services.mpdris2 = {
enable = true; enable = true;
notifications = false; notifications = false;
mpd.musicDirectory = null; mpd = {
host = "localhost";
musicDirectory = null;
};
}; };
services.mpd = { services.mpd = {
enable = true; enable = true;