fix and implement sync workers

This commit is contained in:
Daniel Olsen
2022-12-09 10:53:49 +01:00
parent 24e0f3ae32
commit 0d48059bb9
2 changed files with 7 additions and 3 deletions

View File

@@ -23,6 +23,8 @@ in {
workers.federationSenders = 1;
workers.federationReceivers = 1;
workers.initialSyncers = 1;
workers.normalSyncers = 1;
enableNginx = true;
@@ -191,6 +193,8 @@ in {
"master/1"
"fed-sender/1"
"fed-receiver/1"
"init-sync/1"
"normal-sync/1"
];
in {
alias = pkgs.writeTextDir "/config.json"