infrastructure/meta/default.nix
2023-05-22 21:23:33 +02:00

10 lines
223 B
Nix

/*
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;
in
{ inherit members nodes; }