infrastructure/meta/default.nix
sinavir 09731ab2e9
chore: Refactor meta to a module architecture
Get rid of the weird half nix half module stuff.
2025-01-23 09:51:45 +01:00

20 lines
447 B
Nix

# SPDX-FileCopyrightText: 2024 Tom Hubrecht <tom.hubrecht@dgnum.eu>
# SPDX-FileContributor: Maurice Debray <maurice.debray@dgnum.eu>
#
# SPDX-License-Identifier: EUPL-1.2
###
# 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.nix
./nodes
./organization.nix
];
class = "dgnumMeta";
}).config