fix matrix-synapse after nixpkgs update

This commit is contained in:
colin 2023-01-25 03:46:05 +00:00
parent ed9291a443
commit f3568462c2
2 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,8 @@
{ user = "matrix-synapse"; group = "matrix-synapse"; directory = "/var/lib/matrix-synapse"; }
];
services.matrix-synapse.enable = true;
# this changes the default log level from INFO to WARN.
# maybe there's an easier way?
services.matrix-synapse.settings.log_config = ./synapse-log_level.yaml;
services.matrix-synapse.settings.server_name = "uninsane.org";

View File

@ -20,6 +20,13 @@
hash = "sha256-IvsIcd2wPdz4b/7FMrDrcVlIZjFecCQ9uiL0Umprbx0=";
})
# matrix-synapse,mautrix-facebook: fix runtime inclusion of python3 systemd #212391
# merged 2023/01/24
(fetchpatch {
url = "https://github.com/NixOS/nixpkgs/pull/212391.diff";
hash = "sha256-N9lzQLi8NN9cbd+d04yx2v5mI9tVnlSKVbl0+QGE1YQ=";
})
./2022-12-19-i2p-aarch64.patch
# # kaiteki: init at 2022-09-03