Maybe host ssh on a different port than the website huh

This commit is contained in:
Lillian Violet 2024-01-18 23:45:54 +01:00
parent c2594abd8d
commit 0e5dc69733

View file

@ -19,7 +19,7 @@
sops.secrets."mailpassunhash".mode = "0440"; sops.secrets."mailpassunhash".mode = "0440";
sops.secrets."mailpassunhash".owner = config.users.users.virtualMail.name; sops.secrets."mailpassunhash".owner = config.users.users.virtualMail.name;
networking.firewall.allowedTCPPorts = [3218]; networking.firewall.allowedTCPPorts = [2228];
services.forgejo = { services.forgejo = {
@ -63,7 +63,7 @@
HTTP_PORT = 3218; HTTP_PORT = 3218;
DISABLE_SSH = false; DISABLE_SSH = false;
START_SSH_SERVER = true; START_SSH_SERVER = true;
SSH_DOMAIN = "git.lillianviolet.dev"; SSH_DOMAIN = "git.lillianviolet.dev:2228";
}; };
}; };
}; };