Compare commits
5 commits
98ccbb142d
...
9a0f86baa4
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 9a0f86baa4 | ||
Bruno BELANYI | df6e5a44c4 | ||
Bruno BELANYI | 21418eeae5 | ||
Bruno BELANYI | b6fdc00c53 | ||
Bruno BELANYI | 2d05d4c049 |
|
@ -91,6 +91,17 @@ 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 = {
|
||||
|
|
Loading…
Reference in a new issue