/* 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; }