Maybe host ssh on a different port than the website huh
This commit is contained in:
parent
1e9e85b15b
commit
376c587f0b
|
@ -19,7 +19,7 @@
|
|||
sops.secrets."mailpassunhash".mode = "0440";
|
||||
sops.secrets."mailpassunhash".owner = config.users.users.virtualMail.name;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [3218];
|
||||
networking.firewall.allowedTCPPorts = [2228];
|
||||
|
||||
|
||||
services.forgejo = {
|
||||
|
@ -63,7 +63,7 @@
|
|||
HTTP_PORT = 3218;
|
||||
DISABLE_SSH = false;
|
||||
START_SSH_SERVER = true;
|
||||
SSH_DOMAIN = "git.lillianviolet.dev";
|
||||
SSH_DOMAIN = "git.lillianviolet.dev:2228";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue