From 8e4db009033f8ee0784b6fa9733a4d410e46ff5d Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 20:47:36 -0500 Subject: [PATCH] 182 current 2025-10-09 20:41:39 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/smarthome/homeassistant/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b03f950..41fac2e 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 181 current 2025-10-09 20:18:51 25.05.20251006.20c4598 6.12.50 * +# generation: 182 current 2025-10-09 20:41:39 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index 046b4eb..7e80351 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -57,6 +57,7 @@ in # enable the ${service} service services.${service} = { enable = true; + package = unstable.home-assistant; openFirewall = true; configDir = cfg.data_dir; config = {};