6 lines
85 B
Nix
6 lines
85 B
Nix
{configs, ...}:
|
|
{
|
|
# Enable the OpenSSH daemon.
|
|
services.openssh.enable = true;
|
|
}
|