fix: specify mpd hostname for mpdris2
parent
63f4978361
commit
59e03ad6de
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue