Add tor-relay config

This commit is contained in:
fi 2023-07-15 23:29:19 +02:00
parent 7fabcb4c7e
commit 682af9276c
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
5 changed files with 39 additions and 9 deletions

View file

@ -34,6 +34,18 @@
./hosts/coturn
];
};
tor-relay = { name, nodes, pkgs, ...}: {
deployment = {
targetHost = "tor-relay.vs.grzb.de";
targetUser = "colmena-deploy";
};
imports = [
./configuration/common
./configuration/proxmox-vm
./hosts/tor-relay
];
};
};
};
}