correct a warning about the deprecated PermitRootLogin
This commit is contained in:
parent
628d581f8d
commit
360cb0d307
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ in
|
||||||
services = {
|
services = {
|
||||||
openssh.enable = true;
|
openssh.enable = true;
|
||||||
# Disable password root access. Necessary for Colmena
|
# Disable password root access. Necessary for Colmena
|
||||||
openssh.permitRootLogin = "prohibit-password";
|
openssh.settings.PermitRootLogin = "prohibit-password";
|
||||||
};
|
};
|
||||||
|
|
||||||
my.utils.serverNodeUsers.enable = true;
|
my.utils.serverNodeUsers.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue