retronix/common-config/ssh.nix
2024-01-18 18:55:22 +01:00

8 lines
180 B
Nix

{
#users.users.root = {
# openssh.authorizedKeys.keyFiles = [./ssh.keys];
#};
services.openssh.enable = true;
services.openssh.settings.PasswordAuthentication = true;
}