Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
myShinyOrganisation = {
groups = [
"staff"
"outsiders"
];
users = [
"alice"
"bob"
];
};
yetAnotherOrganisation = {
users = [
"foo"
"bar"
];
};
}