modules/nixos/common/security: drop fail2ban

This commit is contained in:
zowoq 2023-12-16 12:55:50 +10:00 committed by Jörg Thalheim
parent b0e7287cc3
commit 659ea8f2dd

View file

@ -42,7 +42,4 @@
{ path = "/etc/ssh/ssh_host_ed25519_key"; type = "ed25519"; }
];
};
# Ban brute force SSH
#services.fail2ban.enable = true;
}