fix(sonarr.nix): add "lan" to dnsInterfaces
This commit is contained in:
parent
1443218ae7
commit
0fb70b7ff8
@ -11,7 +11,7 @@ in
|
||||
};
|
||||
|
||||
architect.vhost.${domain} = with config.architect.networks; {
|
||||
dnsInterfaces = [ "tailscale" ];
|
||||
dnsInterfaces = [ "tailscale" "lan" ];
|
||||
|
||||
locations."/" = {
|
||||
port = 8989;
|
||||
|
Loading…
Reference in New Issue
Block a user