use no deprecated options
This commit is contained in:
parent
c75f440610
commit
da7442201d
|
@ -257,8 +257,8 @@ in
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
passwordAuthentication = false;
|
settings.PasswordAuthentication = false;
|
||||||
permitRootLogin = "yes";
|
settings.PermitRootLogin = "yes";
|
||||||
};
|
};
|
||||||
|
|
||||||
# virus scanner, we only want the updater running
|
# virus scanner, we only want the updater running
|
||||||
|
|
Loading…
Reference in a new issue