diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index 806a3af..775242a 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -82,7 +82,7 @@ in }; # # open firewall -# networking.firewall.allowedTCPPorts = [ cfg.port ]; + networking.firewall.allowedTCPPorts = [ cfg.port 8123 ]; # internal reverse proxy entry services.nginx.virtualHosts."${cfg.url}" = {