Merge pull request #73689 from dminuoso/rspamd-fix-fuzzy-worker
rspamd: Specify correct type for fuzzy worker
This commit is contained in:
commit
08c3826eb9
@ -60,7 +60,7 @@ let
|
||||
};
|
||||
type = mkOption {
|
||||
type = types.nullOr (types.enum [
|
||||
"normal" "controller" "fuzzy_storage" "rspamd_proxy" "lua" "proxy"
|
||||
"normal" "controller" "fuzzy" "rspamd_proxy" "lua" "proxy"
|
||||
]);
|
||||
description = ''
|
||||
The type of this worker. The type <literal>proxy</literal> is
|
||||
|
Loading…
Reference in New Issue
Block a user