infrastructure/hosts/cesium/services/fail2ban.nix

8 lines
98 B
Nix
Raw Normal View History

{...}: {
services.fail2ban = {
enable = true;
maxretry = 3;
bantime = "10m";
};
}