configurations for my servers and desktops
nix nixos flake dots dotfiles

chore: enable password auth temporarily

+1 -1
+1 -1
modules/nixos/modules/ssh.nix
··· 2 2 services = { 3 3 openssh = { 4 4 enable = true; 5 - settings.PasswordAuthentication = false; 5 + settings.PasswordAuthentication = true; 6 6 }; 7 7 fail2ban.enable = true; 8 8 };