mauville: swap host and enable navidrome

This commit is contained in:
Aly Raffauf 2024-08-26 20:53:11 -04:00
parent 72e5c89695
commit 2426f4d8c1

View file

@ -31,6 +31,7 @@ in {
services = {
audiobookshelf = {
enable = true;
host = "0.0.0.0";
port = audiobookshelf.port;
};
@ -84,6 +85,8 @@ in {
};
};
navidrome.enable = true;
plex = {
enable = true;
openFirewall = true;