configurations for my servers and desktops
nix nixos flake dots dotfiles

chore: remove loglevel

we're not using fail2ban, so no need

-1
-1
modules/nixos/modules/ssh.nix
··· 2 2 services = { 3 3 openssh = { 4 4 settings = { 5 - LogLevel = "VERBOSE"; 6 5 PasswordAuthentication = false; 7 6 KbdInteractiveAuthentication = false; 8 7 PermitRootLogin = "no";