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