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>
Additional groups to be created automatically by the system.
attribute set of (submodule){ }{
hackers = { };
students = {
gid = 1001;
};
}