This commit is contained in:
Daniel Flanagan 2024-01-24 20:38:41 -06:00
parent f27a46d2e9
commit 473da6e976
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -133,7 +133,7 @@
settings = {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
settings.PermitRootLogin = true;
PermitRootLogin = "yes";
};
openFirewall = lib.mkDefault false;