From ddb638436a854847960a1753662a24c1245e2c3f Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 21:26:56 -0500 Subject: [PATCH] 185 current 2025-10-09 21:25:33 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/smarthome/homeassistant/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" = {