mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
services/matrix: Fixes for weechat-matrix
This commit is contained in:
parent
78de2b9e26
commit
916b56d2ff
2 changed files with 5 additions and 1 deletions
|
|
@ -117,6 +117,11 @@ with lib;
|
|||
};
|
||||
|
||||
services.nginx.virtualHosts."kittywit.ch" = {
|
||||
# allegedly fixes https://github.com/poljar/weechat-matrix/issues/240
|
||||
extraConfig = ''
|
||||
http2_max_requests 100000;
|
||||
'';
|
||||
|
||||
locations = {
|
||||
"/_matrix" = { proxyPass = "http://[::1]:8008"; };
|
||||
"= /.well-known/matrix/server".extraConfig =
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
device_name = "${superConfig.networking.hostName}/weechat";
|
||||
username = "kat";
|
||||
password = "\${sec.data.matrix}";
|
||||
autoconnect = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue