fix(synapse): fix incorrect proxy port number

Changed files
+1 -1
systems
koumakan
services
matrix
+1 -1
systems/koumakan/services/matrix/synapse.nix
···
};
locations."~ ^(/_matrix|/_synapse/client)" = {
-
proxyPass = "http://localhost:8080";
+
proxyPass = "http://localhost:8008";
extraConfig = ''
client_max_body_size 100M;
'';