renge: Permit insecure olm

This commit is contained in:
Simon Bruder 2024-10-12 12:11:55 +02:00
parent f90ff9690b
commit 718e647cbd
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -8,4 +8,9 @@
./mautrix-whatsapp.nix
./go-neb.nix
];
# required by mautrix-whatsapp and go-neb
nixpkgs.config.permittedInsecurePackages = [
"olm-3.2.16"
];
}