about summary refs log tree commit diff
path: root/nixos/modules/services/security/fail2ban.nix
Commit message (Collapse)AuthorAge
* fail2ban: fix firewall warningSimon Lackerbauer2020-03-22
|
* nixos/fail2ban: disable work fail2ban without firewallIzorkin2020-03-18
|
* nixos/fail2ban: enable sandboxingIzorkin2020-01-29
|
* nixos/fail2ban: add custom optionsIzorkin2020-01-29
|
* nixos/fail2ban: update serviceConfigIzorkin2020-01-29
|
* nixos/fail2ban: add options to enable work service with iptables-compatIzorkin2020-01-29
|
* nixos/fail2ban: clean-up configurationIzorkin2020-01-29
|
* fail2ban service : improve ssh jail (#21131)Renaud2016-12-14
| | | | Improvement to the ssh-iptables to block the port(s) actually defined for sshd in config.services.openssh.ports
* fail2ban service: add iproute to PATHTaeradan2016-05-23
| | | | | | | iproute is required for blocking via null routes; without it, rules based on routes.conf will fail. Closes #15638
* fail2ban: rework serviceAlexander Ried2016-04-26
|
* fail2ban service: fix formatting of exampleLeroy Hopson2016-02-27
|
* nixos/fail2ban: Enable jails by defaultSvein Ove Aas2016-01-04
| | | | | | | With jails defaulting to 'enabled = true', the sshd jail that NixOS defines will now be enabled. [Bjørn: tweak commit message]
* nixos/fail2ban: capitalize service descriptionBjørn Forsman2015-02-22
|
* nixos/fail2ban: don't use types.string (it's deprecated)Bjørn Forsman2014-09-05
| | | | | | I'm not really sure which one of types.lines or types.str that fit better, but I'm going for types.lines because it behaves more like the current type (i.e. have the ability to merge).
* fail2ban: systemd supportJoel Taylor2014-08-08
| | | | | | - upgrade fail2ban to 0.9 - override systemd to enable python support and include sqlite3 module - make fail2ban enablable
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* fail2ban: Fix preStart actionEelco Dolstra2013-12-11
| | | | | | | Creating /run/fail2ban didn't work since it didn't have write permission to /run. Now it does. Reported by Thomas Bereknyei.
* fail2ban: Update to 0.8.10Eelco Dolstra2013-10-16
| | | | | Also fix random start failures due to a race between the fail2ban server and the postStart script.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10