fix(ollama): DNS resolution in LAN
This commit is contained in:
parent
777e32601d
commit
2487717aaf
@ -27,7 +27,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
architect.vhost.${frontendDomain} = {
|
architect.vhost.${frontendDomain} = {
|
||||||
dnsInterfaces = [ "tailscale" ];
|
dnsInterfaces = [ "tailscale" "lan" ];
|
||||||
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
host = "127.0.0.1";
|
host = "127.0.0.1";
|
||||||
@ -41,7 +41,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
architect.vhost.${backendDomain} = {
|
architect.vhost.${backendDomain} = {
|
||||||
dnsInterfaces = [ "tailscale" ];
|
dnsInterfaces = [ "tailscale" "lan" ];
|
||||||
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
host = "127.0.0.1";
|
host = "127.0.0.1";
|
||||||
|
Loading…
Reference in New Issue
Block a user