use no deprecated options
This commit is contained in:
parent
c75f440610
commit
da7442201d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue