Remove matrix sliding sync options as it is now part of matrix-synapse

This commit is contained in:
fi 2024-11-21 03:25:25 +01:00
parent cfd86a8e87
commit e3d8f98e5c
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
2 changed files with 1 additions and 17 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ ... }:
{
services.matrix-synapse = {
enable = true;
@ -55,12 +55,4 @@
"/secrets/matrix-keycloak-client-secret.secret"
];
};
services.matrix-sliding-sync = {
enable = true;
settings = {
SYNCV3_SERVER = config.services.matrix-synapse.settings.public_baseurl;
};
environmentFile = "/secrets/matrix-SYNCV3_SECRET.secret";
};
}