stablize pathToRoot for TF

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

View file

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