summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-11-12 16:12:18 +0100
committerGitHub <noreply@github.com>2024-11-12 16:12:18 +0100
commitc9428444e2c9c04d466dce051ca957f5cb3958bd (patch)
tree22e034df81edaac057ac10c4d3e3c8644dd7ae0a
parentrav1e: remove build-time dependency on libgit2 (#355325) (diff)
parentnixos/fail2ban: fix typo (diff)
downloadnixpkgs-c9428444e2c9c04d466dce051ca957f5cb3958bd.tar.gz
nixos/fail2ban: fix typo (#355328)
-rw-r--r--nixos/modules/services/security/fail2ban.nix2
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 ...
'';
};