mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-12-10 04:27:14 +01:00
fix and implement sync workers
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user