🔥 matrix-sliding-sync is no more

This commit is contained in:
2024-10-23 14:57:45 -04:00
parent adf5861cf9
commit 4012f8229c
3 changed files with 12 additions and 24 deletions

View File

@ -48,20 +48,9 @@
config.sops.secrets.matrix-registration-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;
};
};
sops.secrets.matrix-registration-secret = {
owner = "matrix-synapse";
};
sops.secrets.matrix-sliding-sync-secret = { };
}