diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2024-11-12 16:12:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-12 16:12:18 +0100 |
| commit | c9428444e2c9c04d466dce051ca957f5cb3958bd (patch) | |
| tree | 22e034df81edaac057ac10c4d3e3c8644dd7ae0a | |
| parent | rav1e: remove build-time dependency on libgit2 (#355325) (diff) | |
| parent | nixos/fail2ban: fix typo (diff) | |
| download | nixpkgs-c9428444e2c9c04d466dce051ca957f5cb3958bd.tar.gz | |
nixos/fail2ban: fix typo (#355328)
| -rw-r--r-- | nixos/modules/services/security/fail2ban.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/security/fail2ban.nix b/nixos/modules/services/security/fail2ban.nix index b6ce42d7318c..8be2faa5754d 100644 --- a/nixos/modules/services/security/fail2ban.nix +++ b/nixos/modules/services/security/fail2ban.nix @@ -177,7 +177,7 @@ in type = types.nullOr types.str; example = "ban.Time * math.exp(float(ban.Count+1)*banFactor)/math.exp(1*banFactor)"; description = '' - "bantime.formula" used by default to calculate next value of ban time, default value bellow, + "bantime.formula" used by default to calculate next value of ban time, default value below, the same ban time growing will be reached by multipliers 1, 2, 4, 8, 16, 32 ... ''; }; |
