🎨 (hydrogen/system) format openssh config
This commit is contained in:
parent
e5ebf882d6
commit
46a1f9b975
|
@ -1 +1,6 @@
|
|||
{ ... }: { services.openssh.ports = [ 624 ]; }
|
||||
{ ... }: {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
ports = [ 642 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue