use no deprecated options

This commit is contained in:
Christoph Cullmann 2023-01-23 22:44:49 +01:00
parent c75f440610
commit da7442201d

View file

@ -257,8 +257,8 @@ in
# Enable the OpenSSH daemon.
services.openssh = {
enable = true;
passwordAuthentication = false;
permitRootLogin = "yes";
settings.PasswordAuthentication = false;
settings.PermitRootLogin = "yes";
};
# virus scanner, we only want the updater running