Allow insecure olm package
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m57s

This commit is contained in:
Jordan Holt 2024-09-08 12:38:17 +01:00
parent 4b44ba69d5
commit 94c58ca9dc
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -173,6 +173,7 @@ in {
nixpkgs.config.permittedInsecurePackages = [
"jitsi-meet-1.0.8043"
"olm-3.2.16"
];
services.matrix-synapse = {