Fediversity/deployment/check/panel/constants.nix
Kiara Grouwstra f5f4b5731b
add tests, fix some things
upgrade memory to resolve oom
2025-08-05 17:27:58 +02:00

12 lines
168 B
Nix

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