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; }; }; };