fix(jellyseer.nix): add "lan" to dnsInterfaces

This commit is contained in:
Giulio De Pasquale 2024-12-16 10:35:09 +00:00
parent 884932435c
commit 5f79653e0b

View File

@ -10,7 +10,7 @@ in
};
architect.vhost.${domain} = {
dnsInterfaces = [ "tailscale" ];
dnsInterfaces = [ "tailscale" "lan" ];
locations."/" = {
port = config.services.jellyseerr.port;
allowLan = true;