7 lines
180 B
Nix
7 lines
180 B
Nix
{
|
|
#users.users.root = {
|
|
# openssh.authorizedKeys.keyFiles = [./ssh.keys];
|
|
#};
|
|
services.openssh.enable = true;
|
|
services.openssh.settings.PasswordAuthentication = true;
|
|
}
|