services.taskserver.organisations
An attribute set where the keys name the organisation and the values
are a set of lists of users and
groups.
- Type
attribute set of (submodule)- Default
{ }- Example
{ myShinyOrganisation = { groups = [ "staff" "outsiders" ]; users = [ "alice" "bob" ]; }; yetAnotherOrganisation = { users = [ "foo" "bar" ]; }; }- Declared
- <nixpkgs/nixos/modules/services/misc/taskserver>