users.groups

Additional groups to be created automatically by the system.

Type
attribute set of (submodule)
Default
{ }
Example
{
  hackers = { };
  students = {
    gid = 1001;
  };
}
Declared
<nixpkgs/nixos/modules/config/users-groups.nix>