fix(synapse): add federation delegation

Changed files
+4
systems
koumakan
services
matrix
+4
systems/koumakan/services/matrix/synapse.nix
···
'';
};
locations."~ ^(/_matrix|/_synapse/client)" = {
proxyPass = "http://localhost:8080";
extraConfig = ''
···
'';
};
+
locations."= /.well-known/matrix/server" = {
+
return = "200 '{\"m.server\": \"nue.soopy.moe:443\"}'";
+
};
+
locations."~ ^(/_matrix|/_synapse/client)" = {
proxyPass = "http://localhost:8080";
extraConfig = ''