forked from Fediversity/Fediversity
15 lines
257 B
Nix
15 lines
257 B
Nix
{
|
|
targetMachines = [
|
|
"garage"
|
|
"mastodon"
|
|
"peertube"
|
|
"pixelfed"
|
|
];
|
|
pathToRoot = builtins.path {
|
|
path = ../../..;
|
|
name = "root";
|
|
};
|
|
pathFromRoot = "/deployment/check/data-model-ssh";
|
|
enableAcme = true;
|
|
useFlake = true;
|
|
}
|