From e77bb9ae08e8315dcc745d5ea03fe5d70bf1cfa0 Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 21:24:35 -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 b768dc2..986bbf1 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -57,8 +57,8 @@ in # enable the ${service} service services.${service} = { enable = true; - package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.home-assistant; openFirewall = true; + package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.home-assistant; configDir = cfg.data_dir; config = null; # if config is set in here, configuration.yaml will be overwritten every startup with this