feat: move SSH to non-default port
This commit is contained in:
parent
3c7d611197
commit
b66b445553
2 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,11 @@ in
|
||||||
LANDING_PAGE = "explore";
|
LANDING_PAGE = "explore";
|
||||||
OFFLINE_MODE = true;
|
OFFLINE_MODE = true;
|
||||||
DISABLE_SSH = false;
|
DISABLE_SSH = false;
|
||||||
|
|
||||||
|
# Use built-in SSH server
|
||||||
|
START_SSH_SERVER = true;
|
||||||
|
SSH_PORT = 22;
|
||||||
|
|
||||||
DOMAIN = "git.dadada.li";
|
DOMAIN = "git.dadada.li";
|
||||||
};
|
};
|
||||||
picture = {
|
picture = {
|
||||||
|
|
|
@ -50,5 +50,7 @@ in
|
||||||
|
|
||||||
programs.zsh.enable = mkDefault true;
|
programs.zsh.enable = mkDefault true;
|
||||||
|
|
||||||
|
# Avoid some bots
|
||||||
|
services.openssh.ports = [ 2222 ];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue