Compare commits
5 commits
9a0f86baa4
...
98ccbb142d
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 98ccbb142d | ||
Bruno BELANYI | c9be5f8fea | ||
Bruno BELANYI | ebebb5bb3b | ||
Bruno BELANYI | 98eb4098d2 | ||
Bruno BELANYI | 6d2ac0c473 |
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue