updated olympus
Some checks are pending
Plex Update / update (push) Waiting to run

This commit is contained in:
Vivian 2024-11-01 16:51:49 +01:00
parent c5bc2e1a19
commit 9d976b6c2f
10 changed files with 33 additions and 59 deletions

View file

@ -42,16 +42,6 @@ in
'';
};
services.matrix-sliding-sync = {
enable = false;
createDatabase = true;
environmentFile = "${vs.synapse}/sync";
settings = {
SYNCV3_SERVER = "http://localhost:${toString port}";
SYNCV3_BINDADDR = ":${toString slidingSyncPort}";
};
};
services.matrix-synapse = {
enable = true;
withJemalloc = true;