feat(homeassistant.nix): enable WAN access for Home Assistant
This commit is contained in:
parent
f8184fbd87
commit
cb75e914cc
@ -1138,6 +1138,7 @@ in
|
|||||||
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
port = config.services.home-assistant.config.http.server_port;
|
port = config.services.home-assistant.config.http.server_port;
|
||||||
|
allowWAN = true;
|
||||||
allowLan = true;
|
allowLan = true;
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
allow = [
|
allow = [
|
||||||
|
Loading…
Reference in New Issue
Block a user