services.fail2ban.daemonSettings

NixOS option

The contents of Fail2ban’s main configuration file. It’s generally not necessary to change it.

type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{
  Definition = {
    logtarget = "SYSLOG";
    socket = "/run/fail2ban/fail2ban.sock";
    pidfile = "/run/fail2ban/fail2ban.pid";
    dbfile = "/var/lib/fail2ban/fail2ban.sqlite3";
  };
}
declared in: nixos/modules/services/security/fail2ban.nixView source on NixOS/nixpkgs →