5 lines
106 B
Nix
5 lines
106 B
Nix
{ ... }:
|
|
{
|
|
services.openssh.enable = true;
|
|
services.openssh.settings.PasswordAuthentication = true;
|
|
}
|