🎨 (hydrogen/system) format openssh config

This commit is contained in:
Laureηt 2023-11-29 15:37:27 +01:00
parent e5ebf882d6
commit 46a1f9b975
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

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