From 2304b157a4ed26c5e5314db552f57ebd643896af Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 23:49:42 -0500 Subject: [PATCH] 196 current 2025-10-09 23:45:38 25.05.20251006.20c4598 6.12.50 * --- hosts/snowbelle/configuration.nix | 2 +- .../homelab/services/smarthome/homeassistant/default.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index ba4e217..c98c7d2 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -40,7 +40,7 @@ in gitea.enable = true; qbittorrent.enable = true; immich.enable = true; - home-assistant.enable = false; + home-assistant.enable = true; zigbee2mqtt.enable = true; mosquitto.enable = true; prowlarr.enable = true; diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index 4f0fd5e..9575325 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -23,7 +23,7 @@ in }; data_dir = lib.mkOption { type = lib.types.str; - default = "/var/lib/${service}"; + default = "/var/lib/hass"; description = "set data directory for ${service}"; }; ids = lib.mkOption { @@ -77,8 +77,8 @@ in # override umask to make permissions work out systemd.services.${service}.serviceConfig = { UMask = lib.mkForce "0007"; - User = lib.mkForce "${service}"; - Group = lib.mkForce "${service}"; +# User = lib.mkForce "${service}"; +# Group = lib.mkForce "${service}"; }; # # open firewall