nixos/chatterbox: Add Matrix sliding sync proxy

Also fix nginx upstream definitions
This commit is contained in:
2023-11-07 19:20:27 +00:00
parent 3f01baae38
commit 7b9045586f
4 changed files with 82 additions and 16 deletions

View File

@@ -1,4 +1,13 @@
{ lib }: rec {
ids = {
uids = {
matrix-syncv3 = 400;
};
gids = {
matrix-syncv3 = 400;
};
};
nginx = {
proxyHeaders = ''
# Setting any proxy_header in a child (e.g. location) will nuke the parents...