modules: services: matrix: remove sliding sync

The functionality has been folded into `synapse` itself, and the module
has been removed from the unstable branch.

This reverts commit b4c2cc581b.
This commit is contained in:
Bruno BELANYI 2024-10-28 10:38:40 +00:00
parent 46df8b5b5b
commit 6d2ac0c473
2 changed files with 0 additions and 42 deletions

View file

@ -69,9 +69,6 @@ in
mailConfigFile = secrets."matrix/mail".path;
# Only necessary when doing the initial registration
secretFile = secrets."matrix/secret".path;
slidingSync = {
secretFile = secrets."matrix/sliding-sync-secret".path;
};
};
mealie = {
enable = true;