move vpsfree ssh to a different port

This commit is contained in:
Cyryl Płotnicki 2022-10-29 22:15:06 +01:00
parent 4783f0a293
commit f6fe541f34

View file

@ -17,6 +17,8 @@
./syncthing-relay.nix
];
services.openssh.ports = [ 2222 ];
networking.firewall.allowedTCPPorts = [ 2222 ];
systemd.extraConfig = ''
DefaultTimeoutStartSec=900s
'';