{ pkgs, ... }: { #environment.systemPackages = with pkgs; [ #]; services.fail2ban.enable = true; services.openssh = { enable = true; settings.PasswordAuthentication = true; }; }