user directory worker

This commit is contained in:
Daniel Lovbrotte Olsen 2022-12-14 10:15:37 +01:00
parent 911ce4057a
commit 8a3219e8d1
2 changed files with 5 additions and 3 deletions

View File

@ -2,11 +2,11 @@
"nodes": {
"matrix-next": {
"locked": {
"lastModified": 1671005757,
"narHash": "sha256-z94nOWQ2QIwqi9UUE+nXee9e/STb1L3CkifR0NzufXA=",
"lastModified": 1671009204,
"narHash": "sha256-gqA9po/KmHyh44XYqv/LfFJ1+MGufhaaD6DhDqBeaF8=",
"owner": "dali99",
"repo": "nixos-matrix-modules",
"rev": "bb105192c2f5476661eb600bcbd94b13fda611b6",
"rev": "43dbc17526576cb8e0980cef51c48b6598f97550",
"type": "github"
},
"original": {

View File

@ -26,6 +26,7 @@ in {
workers.initialSyncers = 1;
workers.normalSyncers = 1;
workers.eventPersisters = 1;
workers.useUserDirectoryWorker = true;
enableNginx = true;
@ -199,6 +200,7 @@ in {
"initial-sync/1"
"normal-sync/1"
"event-persist/1"
"user-dir/1"
];
in {
alias = pkgs.writeTextDir "/config.json"