forked from Fediversity/Fediversity
11 lines
156 B
Nix
11 lines
156 B
Nix
{
|
|
targetMachines = [
|
|
"garage"
|
|
"mastodon"
|
|
"peertube"
|
|
"pixelfed"
|
|
];
|
|
pathToRoot = ../../..;
|
|
pathFromRoot = ./.;
|
|
enableAcme = true;
|
|
}
|