Merge pull request #262423 from SuperSandro2000/fail2ban-default
This commit is contained in:
@@ -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.";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user