modules: services: matrix: add sliding sync

This commit is contained in:
Bruno BELANYI 2023-09-28 15:53:46 +00:00
parent b4b9b54f75
commit b4c2cc581b
2 changed files with 43 additions and 0 deletions

View file

@ -64,6 +64,9 @@ 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;
};
};
miniflux = {
enable = true;