WIP: rewrite config #618

Draft
darkkirb wants to merge 408 commits from rewrite into main
Showing only changes of commit 61b4d26c00 - Show all commits

View file

@ -1,8 +1,8 @@
{...}: { {...}: {
services.openssh.enable = true; services.openssh.enable = true;
services.openssh.settings = { services.openssh.settings = {
PermitRootLogin = true; PermitRootLogin = "prohibit-password";
PasswordAuthentication = "no"; PasswordAuthentication = false;
}; };
networking.firewall.allowedTCPPorts = [22]; networking.firewall.allowedTCPPorts = [22];
} }