document access control

This commit is contained in:
sinavir 2023-05-22 17:24:42 +02:00 committed by Tom Hubrecht
parent a7ce39a2f5
commit 5bc379c1d1
4 changed files with 28 additions and 0 deletions

View file

@ -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" ];
}
'';
};
};