modules/nixos/common/security: disable fail2ban

This commit is contained in:
zowoq 2023-10-19 15:37:56 +10:00
parent c4c8c32b51
commit bfc38c0bf1

View file

@ -48,5 +48,5 @@
}; };
# Ban brute force SSH # Ban brute force SSH
services.fail2ban.enable = true; #services.fail2ban.enable = true;
} }