feat(homeassistant.nix): enable WAN access for Home Assistant

This commit is contained in:
Giulio De Pasquale 2024-12-20 12:45:50 +00:00
parent f8184fbd87
commit cb75e914cc

View File

@ -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 = [