infrastructure/meta/default.nix
Tom Hubrecht 58c8d0f6d2
All checks were successful
lint / check (push) Successful in 22s
feat(dns): Split out config
2024-02-23 13:06:15 +01:00

18 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