infrastructure/meta/default.nix

18 lines
354 B
Nix
Raw Permalink Normal View History

###
# 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