WIP: rewrite config #618

Draft
darkkirb wants to merge 386 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.settings = {
PermitRootLogin = true;
PasswordAuthentication = "no";
PermitRootLogin = "prohibit-password";
PasswordAuthentication = false;
};
networking.firewall.allowedTCPPorts = [22];
}