org: add 2222 ssh port

This commit is contained in:
sinavir 2023-12-20 19:53:39 +01:00
parent db5c4008b8
commit e00e55460c

View file

@ -2,9 +2,10 @@
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.openssh.settings.PasswordAuthentication = false;
services.openssh.ports = [ 22 2222 ];
# Open ports in the firewall. (In fact not needed)
networking.firewall.allowedTCPPorts = [ 22 ];
networking.firewall.allowedTCPPorts = [ 22 2222 ];
# Mosh <3
programs.mosh.enable = true;