Allow root login on vps1

This commit is contained in:
Jordan Holt 2024-01-21 00:33:55 +00:00
parent d74e0032bb
commit c8b8f2c513
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -38,6 +38,8 @@
};
};
services.openssh.settings.PermitRootLogin = lib.mkForce "prohibit-password";
security.acme.defaults = {
email = "hostmaster@vimium.com";
group = "nginx";