🐛 (hydrogen/system) fix bad ssh port
This commit is contained in:
parent
8e26bda9e3
commit
a809d3b54c
|
@ -1,6 +1,6 @@
|
|||
{ ... }: {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
ports = [ 642 ];
|
||||
ports = [ 624 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue