+11
-1
nixos/modules/config/users-groups.nix
+11
-1
nixos/modules/config/users-groups.nix
···apply = x: assert (builtins.stringLength x < 32 || abort "Group name '${x}' is longer than 31 characters which is not allowed!"); x;···Exactly one of users.users.${user.name}.isSystemUser and users.users.${user.name}.isNormalUser must be set.