fix: specify mpd hostname for mpdris2
parent
63f4978361
commit
59e03ad6de
|
@ -7,7 +7,10 @@ in {
|
|||
services.mpdris2 = {
|
||||
enable = true;
|
||||
notifications = false;
|
||||
mpd.musicDirectory = null;
|
||||
mpd = {
|
||||
host = "localhost";
|
||||
musicDirectory = null;
|
||||
};
|
||||
};
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue