Fediversity/deployment/check/cli/constants.nix
Kiara Grouwstra 3622dc817a
add tests, fix some things
upgrade memory to resolve oom
2025-07-17 19:03:33 +02:00

12 lines
168 B
Nix

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