From 413057f9edf998800ba67f69245d2cfa8081a325 Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 21:25:37 -0500 Subject: [PATCH] 184 current 2025-10-09 21:19:25 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 986bbf1..806a3af 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -57,10 +57,10 @@ in # enable the ${service} service services.${service} = { enable = true; - openFirewall = true; package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.home-assistant; configDir = cfg.data_dir; config = null; +# openFirewall = true; # if config is set in here, configuration.yaml will be overwritten every startup with this # configWritable = true; # config = {