Disable matrix sliding sync proxy since it's not supported

This commit is contained in:
Konstantin Nazarov 2024-11-03 01:30:02 +00:00
parent b1c27d9541
commit d15400072d
Signed by: knazarov
GPG key ID: 4CFE0A42FA409C22

View file

@ -174,12 +174,6 @@
};
};
services.matrix-sliding-sync = {
enable = true;
environmentFile = config.sops.secrets.matrix_sliding_sync.path;
settings = { SYNCV3_SERVER = "https://matrix.knazarov.com"; };
};
services.dendrite = {
enable = true;
environmentFile = config.sops.secrets.matrix_registration_secret.path;
@ -227,7 +221,7 @@
settings = {
server_url = "https://headscale.knazarov.com:443";
dns.base_domain = "nest";
};
};
@ -238,10 +232,6 @@
mode = "0440";
group = config.users.groups.keys.name;
};
matrix_sliding_sync = {
mode = "0440";
group = config.users.groups.keys.name;
};
matrix_registration_secret = {
mode = "0440";
group = config.users.groups.keys.name;