add the controller worker
This commit is contained in:
parent
07aa518911
commit
054a2bcf33
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
|||
includes = [ "$CONFDIR/worker-normal.inc" ];
|
||||
bindSockets = [ "[::1]:11332" ];
|
||||
};
|
||||
controller = {
|
||||
includes = [ "$CONFDIR/worker-controller.inc" ];
|
||||
bindSockets = [ "[::1]:11334" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
sops.secrets."services/rspamd/dkim/darkkirb.de" = { owner = "rspamd"; };
|
||||
|
|
Loading…
Reference in a new issue