From cc673dde8ed99f22b5cb691916dc1f3a1173911f Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 01:41:47 -0500 Subject: [PATCH] 257 current 2025-10-11 01:15:03 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/smarthome/homeassistant/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index 35b4506..e722d0a 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -75,8 +75,8 @@ in ]; environment = { TZ = homelab.tz; - PUID = toString users.users.${service}.uid; - PGID = toString users.groups.${service}.gid; + PUID = toString config.users.users.${service}.uid; + PGID = toString config.users.groups.${service}.gid; }; }; };