forked from Fediversity/Fediversity
restore path-based behavior for non-data-model tests
This commit is contained in:
parent
506cf8f790
commit
8c66d90ba8
4 changed files with 8 additions and 20 deletions
|
@ -3,10 +3,7 @@
|
||||||
"hello"
|
"hello"
|
||||||
"cowsay"
|
"cowsay"
|
||||||
];
|
];
|
||||||
pathToRoot = builtins.path {
|
pathToRoot = ../../..;
|
||||||
path = ../../..;
|
pathFromRoot = ./.;
|
||||||
name = "root";
|
|
||||||
};
|
|
||||||
pathFromRoot = "/deployment/check/data-model-ssh";
|
|
||||||
useFlake = true;
|
useFlake = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,11 +5,8 @@
|
||||||
"peertube"
|
"peertube"
|
||||||
"pixelfed"
|
"pixelfed"
|
||||||
];
|
];
|
||||||
pathToRoot = builtins.path {
|
pathToRoot = ../../..;
|
||||||
path = ../../..;
|
pathFromRoot = ./.;
|
||||||
name = "root";
|
|
||||||
};
|
|
||||||
pathFromRoot = "/deployment/check/data-model-ssh";
|
|
||||||
enableAcme = true;
|
enableAcme = true;
|
||||||
useFlake = true;
|
useFlake = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,11 +2,8 @@
|
||||||
targetMachines = [
|
targetMachines = [
|
||||||
"nixops4"
|
"nixops4"
|
||||||
];
|
];
|
||||||
pathToRoot = builtins.path {
|
pathToRoot = ../../..;
|
||||||
path = ../../..;
|
pathFromRoot = ./.;
|
||||||
name = "root";
|
|
||||||
};
|
|
||||||
pathFromRoot = "/deployment/check/data-model-ssh";
|
|
||||||
enableAcme = true;
|
enableAcme = true;
|
||||||
useFlake = true;
|
useFlake = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,11 +5,8 @@
|
||||||
"peertube"
|
"peertube"
|
||||||
"pixelfed"
|
"pixelfed"
|
||||||
];
|
];
|
||||||
pathToRoot = builtins.path {
|
pathToRoot = ../../..;
|
||||||
path = ../../..;
|
pathFromRoot = ./.;
|
||||||
name = "root";
|
|
||||||
};
|
|
||||||
pathFromRoot = "/deployment/check/data-model-ssh";
|
|
||||||
enableAcme = true;
|
enableAcme = true;
|
||||||
useFlake = true;
|
useFlake = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue