2024-12-12 14:41:43 +01:00
|
|
|
# SPDX-FileCopyrightText: 2024 Tom Hubrecht <tom.hubrecht@dgnum.eu>
|
|
|
|
# SPDX-FileContributor: Maurice Debray <maurice.debray@dgnum.eu>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: EUPL-1.2
|
|
|
|
|
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
|
2025-01-08 19:58:17 +01:00
|
|
|
./network.nix
|
|
|
|
./nodes
|
|
|
|
./organization.nix
|
2024-02-23 12:20:12 +01:00
|
|
|
];
|
|
|
|
class = "dgnumMeta";
|
|
|
|
}).config
|