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