1
0
Fork 0
forked from DGNum/lab-infra
lab-infra/meta/default.nix
2024-10-12 00:20:58 +02:00

17 lines
354 B
Nix

###
# Metadata for the nodes. You can add custom attributes, they are
# accessible through the specialArg meta in the config.
lib:
(lib.evalModules {
modules = [
./options.nix
{
network = import ./network.nix;
nodes = import ./nodes.nix;
organization = import ./organization.nix;
}
];
class = "dgnumMeta";
}).config