forked from Fediversity/Fediversity
9 lines
122 B
Nix
9 lines
122 B
Nix
{
|
|
targetMachines = [
|
|
"ssh"
|
|
"nixops4"
|
|
];
|
|
pathToRoot = ../../..;
|
|
pathFromRoot = ./.;
|
|
enableAcme = true;
|
|
}
|