retronix/common-config/ssh.nix

8 lines
180 B
Nix
Raw Permalink Normal View History

2024-01-18 18:55:22 +01:00
{
#users.users.root = {
# openssh.authorizedKeys.keyFiles = [./ssh.keys];
#};
services.openssh.enable = true;
services.openssh.settings.PasswordAuthentication = true;
}