Fix root
This commit is contained in:
parent
f27a46d2e9
commit
473da6e976
|
@ -133,7 +133,7 @@
|
|||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
settings.PermitRootLogin = true;
|
||||
PermitRootLogin = "yes";
|
||||
};
|
||||
|
||||
openFirewall = lib.mkDefault false;
|
||||
|
|
Loading…
Reference in a new issue