fix renamed key warning

This commit is contained in:
Andreas Schaafsma 2024-11-13 02:32:22 +01:00
parent aee5e664c1
commit e2fd2ba798

View File

@ -107,7 +107,10 @@ in
services.openssh = {
enable = true;
passwordAuthentication = true;
settings.PasswordAuthentication = true;
# settings = {
# # passwordAuthentication = true;
# };
};