stablize pathToRoot for TF

This commit is contained in:
Kiara Grouwstra 2025-08-31 19:05:24 +02:00
parent f74b692418
commit 239961b860
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -2,7 +2,10 @@
targetMachines = [
"target"
];
pathToRoot = ../../..;
pathFromRoot = ./.;
pathToRoot = builtins.path {
path = ../../..;
name = "root";
};
pathFromRoot = "/deployment/check/data-model-tf";
enableAcme = true;
}