move vpsfree ssh to a different port
This commit is contained in:
parent
4783f0a293
commit
f6fe541f34
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
||||||
./syncthing-relay.nix
|
./syncthing-relay.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.openssh.ports = [ 2222 ];
|
||||||
|
networking.firewall.allowedTCPPorts = [ 2222 ];
|
||||||
systemd.extraConfig = ''
|
systemd.extraConfig = ''
|
||||||
DefaultTimeoutStartSec=900s
|
DefaultTimeoutStartSec=900s
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue