Fediversity/deployment/check/data-model-tf/constants.nix
Kiara Grouwstra 5419e582d7
remove unused acme node for data model tests
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
2025-10-10 22:30:54 +02:00

10 lines
171 B
Nix

{
targetMachines = [
"target"
];
pathToRoot = builtins.path {
path = ../../..;
name = "root";
};
pathFromRoot = "/deployment/check/data-model-tf";
}