1
1
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2025-06-14 21:05:49 +02:00

Update README.MD

This commit is contained in:
2023-10-22 03:02:59 +02:00
committed by GitHub
parent 1e370b9622
commit e098146571

@ -46,7 +46,7 @@ services.matrix-synapse-next = {
enableSlidingSync = true;
};
matrix-synapse.sliding-sync.environmentFile = "/some/file/containing/SYNCV3_SECRET=<some secret>";
services.matrix-synapse.sliding-sync.environmentFile = "/some/file/containing/SYNCV3_SECRET=<some secret>";
```