Disable matrix sliding sync proxy since it's not supported
This commit is contained in:
parent
b1c27d9541
commit
d15400072d
1 changed files with 1 additions and 11 deletions
|
@ -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 = {
|
services.dendrite = {
|
||||||
enable = true;
|
enable = true;
|
||||||
environmentFile = config.sops.secrets.matrix_registration_secret.path;
|
environmentFile = config.sops.secrets.matrix_registration_secret.path;
|
||||||
|
@ -227,7 +221,7 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
server_url = "https://headscale.knazarov.com:443";
|
server_url = "https://headscale.knazarov.com:443";
|
||||||
|
dns.base_domain = "nest";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -238,10 +232,6 @@
|
||||||
mode = "0440";
|
mode = "0440";
|
||||||
group = config.users.groups.keys.name;
|
group = config.users.groups.keys.name;
|
||||||
};
|
};
|
||||||
matrix_sliding_sync = {
|
|
||||||
mode = "0440";
|
|
||||||
group = config.users.groups.keys.name;
|
|
||||||
};
|
|
||||||
matrix_registration_secret = {
|
matrix_registration_secret = {
|
||||||
mode = "0440";
|
mode = "0440";
|
||||||
group = config.users.groups.keys.name;
|
group = config.users.groups.keys.name;
|
||||||
|
|
Loading…
Reference in a new issue