Fediversity/deployment/check/cli/constants.nix
2025-08-07 20:10:29 +02:00

12 lines
168 B
Nix

{
targetMachines = [
"garage"
"mastodon"
"peertube"
"pixelfed"
"attic"
];
pathToRoot = ../../..;
pathFromRoot = ./.;
enableAcme = true;
}