Fediversity/deployment/check/panel/constants.nix

11 lines
156 B
Nix

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