2023-07-20 12:32:31 +02:00
|
|
|
###
|
|
|
|
# Metadata for the nodes. You can add custom attributes, they are
|
|
|
|
# accessible through the specialArg meta in the config.
|
|
|
|
|
2024-02-23 12:20:12 +01:00
|
|
|
lib:
|
2024-02-23 10:50:50 +01:00
|
|
|
|
2024-02-23 12:20:12 +01:00
|
|
|
(lib.evalModules {
|
|
|
|
modules = [
|
|
|
|
./options.nix
|
|
|
|
{
|
|
|
|
network = import ./network.nix;
|
|
|
|
nodes = import ./nodes.nix;
|
|
|
|
organization = import ./organization.nix;
|
|
|
|
}
|
|
|
|
];
|
|
|
|
class = "dgnumMeta";
|
|
|
|
}).config
|