Unverified Commit 56d86194 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #262423 from SuperSandro2000/fail2ban-default

parents ac46dc76 7f94b9e9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.";
      };