Loading nixos/modules/services/security/fail2ban.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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."; }; Loading Loading
nixos/modules/services/security/fail2ban.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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."; }; Loading