navidrome: open to WAN

This commit is contained in:
Giulio De Pasquale 2024-04-17 17:01:59 +01:00
parent 0e82ac644b
commit 45fe5111d2

View File

@ -26,7 +26,8 @@ in
locations."/" = { locations."/" = {
port = 4533; port = 4533;
allowLan = true; allowLan = true;
allow = [ config.architect.networks."tailscale".net ]; allowWAN = true;
# allow = [ config.architect.networks."tailscale".net ];
}; };
}; };