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

@ -1,3 +1,7 @@
/*
Metadata for the nodes. You can add custom attributes, they are
accessible through the specialArg meta in the config.
*/
let
members = import ./members.nix;
nodes = import ./nodes.nix;