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