fix: disable fail2ban
This commit is contained in:
parent
ecc5cf5f43
commit
c91ef062a5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
config = {
|
config = {
|
||||||
services.fail2ban = {
|
services.fail2ban = {
|
||||||
enable = true;
|
enable = false;
|
||||||
|
|
||||||
extraPackages = with pkgs; [ nftables ];
|
extraPackages = with pkgs; [ nftables ];
|
||||||
maxretry = 5;
|
maxretry = 5;
|
||||||
|
|
Loading…
Add table
Reference in a new issue