MyNixOS website logo

Additional groups to be created automatically by the system.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  hackers = { };
  students = {
    gid = 1001;
  };
}