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} = {