feat: allow connection to ssh via 2222
Some checks are pending
Continuous Integration / Checks (push) Waiting to run

This commit is contained in:
Tim Schubert 2024-12-15 21:03:31 +01:00
parent 28200e1a8f
commit 022507887d
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0

View file

@ -37,7 +37,7 @@ in
};
};
services.openssh.ports = [ 22 ];
services.openssh.ports = [ 22 2222 ];
dadada.backupClient.bs.enable = false;
dadada.backupClient.backup1.enable = false;
@ -367,6 +367,7 @@ in
allowPing = true;
allowedTCPPorts = [
22 # SSH
2222
80 # munin web
631 # Printing
];