fix(radarr.nix): add "lan" to dnsInterfaces
This commit is contained in:
parent
e910399750
commit
2f23f3db9e
@ -11,7 +11,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
architect.vhost.${domain} = with config.architect.networks; {
|
architect.vhost.${domain} = with config.architect.networks; {
|
||||||
dnsInterfaces = [ "tailscale" ];
|
dnsInterfaces = [ "tailscale" "lan" ];
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
port = 7878;
|
port = 7878;
|
||||||
allowLan = true;
|
allowLan = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user