fix(jellyseer.nix): add "lan" to dnsInterfaces
This commit is contained in:
parent
884932435c
commit
5f79653e0b
@ -10,7 +10,7 @@ in
|
||||
};
|
||||
|
||||
architect.vhost.${domain} = {
|
||||
dnsInterfaces = [ "tailscale" ];
|
||||
dnsInterfaces = [ "tailscale" "lan" ];
|
||||
locations."/" = {
|
||||
port = config.services.jellyseerr.port;
|
||||
allowLan = true;
|
||||
|
Loading…
Reference in New Issue
Block a user