configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: do not permit root login

+1
+1
modules/nixos/modules/ssh.nix
··· 3 3 openssh = { 4 4 enable = true; 5 5 settings.PasswordAuthentication = false; 6 + settings.PermitRootLogin = "no"; 6 7 }; 7 8 fail2ban.enable = true; 8 9 };