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