forked from Fediversity/Fediversity
stablize pathToRoot
for TF
This commit is contained in:
parent
f74b692418
commit
239961b860
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue