6 lines
51 B
Nix
6 lines
51 B
Nix
|
{
|
||
|
services = {
|
||
|
openssh.enable = true;
|
||
|
};
|
||
|
}
|