Skip to content

Commit

Permalink
Merge pull request NixOS#262423 from SuperSandro2000/fail2ban-default
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Oct 21, 2023
2 parents ac46dc7 + 7f94b9e commit 56d8619
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nixos/modules/services/security/fail2ban.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ in
};

bantime = mkOption {
default = null;
type = types.nullOr types.str;
example = "10m";
default = "10m";
type = types.str;
example = "1h";
description = lib.mdDoc "Number of seconds that a host is banned.";
};

Expand Down

0 comments on commit 56d8619

Please sign in to comment.