From 1a8c910e3a150b8388a209ea1b86a45b644bd508 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Wed, 25 Feb 2026 21:44:12 -0500 Subject: [PATCH] group, extraGroups fix --- modules/machine/thancred/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/machine/thancred/configuration.nix b/modules/machine/thancred/configuration.nix index a2af4cc..66495c1 100644 --- a/modules/machine/thancred/configuration.nix +++ b/modules/machine/thancred/configuration.nix @@ -74,7 +74,8 @@ }; "hazel" = { home = "/home/hazel"; - groups = [ "wheel" ]; + group = "hazel"; + extraGroups = [ "wheel" ]; description = "hazel"; isNormalUser = true; openssh.authorizedKeys.keys = [