network: add fail2ban service

This commit is contained in:
Leonardo Eugênio 2025-07-02 22:58:24 -03:00
parent 412388a5a2
commit c997b03f4f
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B

View file

@ -26,6 +26,8 @@
}; };
}; };
services.fail2ban.enable = true;
# Workaround for nm-wait-online hanging?? # Workaround for nm-wait-online hanging??
# Ref: https://github.com/NixOS/nixpkgs/issues/180175 # Ref: https://github.com/NixOS/nixpkgs/issues/180175
systemd.services.NetworkManager-wait-online = { systemd.services.NetworkManager-wait-online = {