infrastructure/meta/default.nix

11 lines
223 B
Nix
Raw Normal View History

2023-05-22 17:24:42 +02:00
/*
Metadata for the nodes. You can add custom attributes, they are
accessible through the specialArg meta in the config.
*/
2023-05-22 15:06:11 +02:00
let
members = import ./members.nix;
nodes = import ./nodes.nix;
in
{ inherit members nodes; }