feat: move SSH to non-default port

This commit is contained in:
Tim Schubert 2024-07-01 14:32:48 +02:00
parent 3c7d611197
commit b66b445553
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
2 changed files with 7 additions and 0 deletions

View file

@ -37,6 +37,11 @@ in
LANDING_PAGE = "explore";
OFFLINE_MODE = true;
DISABLE_SSH = false;
# Use built-in SSH server
START_SSH_SERVER = true;
SSH_PORT = 22;
DOMAIN = "git.dadada.li";
};
picture = {

View file

@ -50,5 +50,7 @@ in
programs.zsh.enable = mkDefault true;
# Avoid some bots
services.openssh.ports = [ 2222 ];
}