7 lines
71 B
Nix
7 lines
71 B
Nix
{
|
|
services.openssh = {
|
|
enable = true;
|
|
ports = [ 22 ];
|
|
};
|
|
}
|