🔧 matrix-sliding-sync settings update

This commit is contained in:
2024-01-01 17:22:30 -05:00
parent 954abfd1f2
commit a3de6659c1
2 changed files with 31 additions and 32 deletions

View File

@ -47,16 +47,15 @@
extraConfigFiles = [
config.sops.secrets.matrix-registration-secret.path
];
};
sliding-sync = {
enable = true;
settings = {
SYNCV3_SERVER = "https://matrix.walkah.chat";
SYNCV3_BINDADDR = "0.0.0.0:8088";
};
environmentFile = config.sops.secrets.matrix-sliding-sync-secret.path;
matrix-sliding-sync = {
enable = true;
settings = {
SYNCV3_SERVER = "https://matrix.walkah.chat";
SYNCV3_BINDADDR = "0.0.0.0:8088";
};
environmentFile = config.sops.secrets.matrix-sliding-sync-secret.path;
};
};