diff --git a/flake.nix b/flake.nix index ceb10aa..a3abee6 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 259 current 2025-10-11 02:18:02 25.05.20251006.20c4598 6.12.50 * +# generation: 260 current 2025-10-11 02:24:48 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 4d67ade..47d8bcf 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -74,8 +74,8 @@ in ]; environment = { TZ = homelab.tz; - #PUID = toString config.users.users.${service}.uid; - #PGID = toString config.users.groups.${service}.gid; + PUID = toString config.users.users.${service}.uid; + PGID = toString config.users.groups.${service}.gid; }; }; };