This commit is contained in:
mjallen18
2025-08-28 12:32:39 -05:00
parent 6c6d6325c9
commit 92855d5d31
2 changed files with 3 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ in
config = {
users = {
mutableUsers = cfg.mutableUsers;
groups.${cfg.group}.gid = lib.mkForce cfg.gid;
groups.${cfg.group}.gid = lib.mkForce (if cfg.group != "wheel" then cfg.gid else 1);
users.${cfg.name} = {
inherit (cfg)
name