urlwatch: add ignore_cached option
This commit is contained in:
parent
13d7c14bd0
commit
b13d9d3149
@ -210,6 +210,10 @@ let
|
||||
default = null;
|
||||
type = with types; nullOr str; # TODO nullOr subtypes.filter
|
||||
};
|
||||
ignore_cached = mkOption {
|
||||
default = null;
|
||||
type = with types; nullOr bool;
|
||||
};
|
||||
};
|
||||
};
|
||||
in out
|
||||
|
Loading…
Reference in New Issue
Block a user