chore: add ssh domain for cloning

Signed-off-by: Chinmay D. Pai <chinmay.pai@zerodha.com>
This commit is contained in:
Chinmay D. Pai 2023-11-27 09:43:49 +05:30
parent 1dd6397914
commit ed93ea978e
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -1,5 +1,6 @@
{config, ...}: let
domain = "git.deku.moe";
sshDomain = "git-ssh.deku.moe";
httpPort = 3001;
sshPort = 22022;
in {
@ -33,6 +34,7 @@ in {
HTTP_ADDR = "127.0.0.1";
HTTP_PORT = httpPort;
ROOT_URL = "https://${domain}/";
SSH_DOMAIN = sshDomain;
SSH_PORT = sshPort;
};
service = {