forked from Fediversity/Fediversity
11 lines
192 B
Nix
11 lines
192 B
Nix
{
|
|
targetMachines = [
|
|
"target"
|
|
];
|
|
pathToRoot = builtins.path {
|
|
path = ../../..;
|
|
name = "root";
|
|
};
|
|
pathFromRoot = "/deployment/check/data-model-tf";
|
|
enableAcme = true;
|
|
}
|