From 5258bd62d8f8b81df3f3f655a1cdfbd9b4dabbdf Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 01:50:30 -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index e722d0a..e601699 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -42,7 +42,7 @@ in config = lib.mkIf cfg.enable { # declare ${service} group -# users.groups.${service} = { gid = lib.mkForce cfg.ids; }; + users.groups.${service} = { gid = lib.mkForce cfg.ids; }; # declare ${service} user users.users.${service} = {