Merge pull request #262423 from SuperSandro2000/fail2ban-default

This commit is contained in:
Artturi
2023-10-21 03:57:08 +03:00
committed by GitHub
+3 -3
View File
@@ -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.";
};