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

This commit is contained in:
2024-09-08 12:38:17 +01:00
parent 4b44ba69d5
commit 94c58ca9dc

View File

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