mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nixos/fail2ban: fix typo
bellow -> below
This commit is contained in:
parent
5633bcff0c
commit
bc5033805a
@ -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 ...
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user