mjolnir: allow use of deprecated, somewhat insecure libolm
Do this to be able to update the moderation bot and because the security issues apparently aren't real world exploitable: https://matrix.org/blog/2024/08/libolm-deprecation/
This commit is contained in:
parent
445bf05842
commit
68f11ad955
|
@ -5,6 +5,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
# Allow deprecated, apparently somewhat insecure libolm to be able to update
|
||||
# the moderation bot.
|
||||
# The security issues aren't real world exploitable apparently:
|
||||
# https://matrix.org/blog/2024/08/libolm-deprecation/
|
||||
nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ];
|
||||
services.mjolnir = {
|
||||
enable = true;
|
||||
homeserverUrl = "https://matrix.hamburg.ccc.de";
|
||||
|
|
Loading…
Reference in a new issue