cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user