6 lines
94 B
Nix
6 lines
94 B
Nix
{
|
|
services.openssh = {
|
|
enable = true;
|
|
settings.PasswordAuthentication = true;
|
|
};
|
|
} |