forked from mirrors/nixpkgs
Specify correct type for fuzzy worker
This commit is contained in:
parent
c4c5652504
commit
f42b402706
|
@ -60,7 +60,7 @@ let
|
||||||
};
|
};
|
||||||
type = mkOption {
|
type = mkOption {
|
||||||
type = types.nullOr (types.enum [
|
type = types.nullOr (types.enum [
|
||||||
"normal" "controller" "fuzzy_storage" "rspamd_proxy" "lua" "proxy"
|
"normal" "controller" "fuzzy" "rspamd_proxy" "lua" "proxy"
|
||||||
]);
|
]);
|
||||||
description = ''
|
description = ''
|
||||||
The type of this worker. The type <literal>proxy</literal> is
|
The type of this worker. The type <literal>proxy</literal> is
|
||||||
|
|
Loading…
Reference in a new issue