7 lines
105 B
Nix
7 lines
105 B
Nix
Service "OpenSSH."
|
|
{
|
|
configuration
|
|
= {
|
|
openssh.enable = true;
|
|
};
|
|
} |