7 lines
81 B
Nix
7 lines
81 B
Nix
{ ... }: {
|
|
services.openssh = {
|
|
enable = true;
|
|
ports = [ 642 ];
|
|
};
|
|
}
|