From 7d5c027da62026ca20228170fdd45c5ae183c367 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 02:26:07 -0500 Subject: [PATCH] 260 current 2025-10-11 02:24:48 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/smarthome/homeassistant/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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; }; }; };