Compare commits

..

5 commits

Author SHA1 Message Date
Bruno BELANYI 98ccbb142d home: nix: configure GC
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-10-28 10:47:49 +00:00
Bruno BELANYI c9be5f8fea nixos: system: nix: configure GC 2024-10-28 10:47:49 +00:00
Bruno BELANYI ebebb5bb3b flake: bump inputs 2024-10-28 10:47:49 +00:00
Bruno BELANYI 98eb4098d2 hosts: nixos: porthos: secrets: add matrix sync
Remove the secret, as it not used anymore.

This reverts commit 52413dcaf7.
2024-10-28 10:47:49 +00:00
Bruno BELANYI 6d2ac0c473 modules: services: matrix: remove sliding sync
The functionality has been folded into `synapse` itself, and the module
has been removed from the unstable branch.

This reverts commit b4c2cc581b.
2024-10-28 10:47:49 +00:00

View file

@ -91,17 +91,6 @@ in
] ++ lib.optional (cfg.secretFile != null) cfg.secretFile;
};
services.matrix-sliding-sync = {
enable = true;
settings = {
SYNCV3_SERVER = "https://${matrixDomain}";
SYNCV3_BINDADDR = "127.0.0.1:${toString cfg.slidingSync.port}";
};
environmentFile = cfg.slidingSync.secretFile;
};
my.services.nginx.virtualHosts = {
# Element Web app deployment
chat = {