forked from DGNum/infrastructure
document access control
This commit is contained in:
parent
a7ce39a2f5
commit
5bc379c1d1
4 changed files with 28 additions and 0 deletions
|
@ -19,6 +19,12 @@ with lib;
|
|||
default = { };
|
||||
description = ''
|
||||
Attribute set describing which member has access to which user on the node.
|
||||
Members must be declared in `meta/members.nix`.
|
||||
'';
|
||||
example = ''
|
||||
{
|
||||
user1 = [ "member1" "member2" ];
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue