🐛 (hydrogen/system) fix bad ssh port

This commit is contained in:
Laureηt 2023-11-29 16:13:50 +01:00
parent 8e26bda9e3
commit a809d3b54c
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -1,6 +1,6 @@
{ ... }: { { ... }: {
services.openssh = { services.openssh = {
enable = true; enable = true;
ports = [ 642 ]; ports = [ 624 ];
}; };
} }