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