Files
clan-core/clanServices/zerotier/tests/vm/default.nix
2025-06-17 21:09:59 +02:00

28 lines
517 B
Nix

{
name = "zerotier";
clan = {
directory = ./.;
inventory = {
machines.jon = { };
machines.sara = { };
machines.bam = { };
instances = {
"zerotier" = {
module.name = "zerotier";
roles.peer.tags.all = { };
roles.controller.machines.bam = { };
roles.moon.machines = { };
};
};
};
};
# This is not an actual vm test, this is a workaround to
# generate the needed vars for the eval test.
testScript = "";
}