Home Assistant: Difference between revisions
imported>W4tsn →Declarative configuration: Add a note about updating the firewall if not using |
imported>Abowen Add firewall for containers |
||
Line 20: | Line 20: | ||
* [https://www.home-assistant.io/installation/linux#install-home-assistant-container Install Home Assistant Container (home-assistant.io)] | * [https://www.home-assistant.io/installation/linux#install-home-assistant-container Install Home Assistant Container (home-assistant.io)] | ||
Remember to allow port 8123 | |||
<syntaxHighlight lang=nix> | |||
networking.firewall.allowedTCPPorts = [ 8123 ]; | |||
</syntaxHighlight> | |||
==== Example Configuration ==== | ==== Example Configuration ==== |