1
Fork 0

security: Allow jitsi-meet

libolm, which jitsi-meet depends on was recently deprecated. This does
not affect me as I don't use jitsi-meet directly. It's installed as a
dependency of another package for a feature which I do not use. I
honestly didn't even know any of my packages depended on jitsi-meet
until now. I'll leave this here until the issue is resolved.
This commit is contained in:
caem 2024-08-19 22:25:38 +02:00
parent 1d4a336b4e
commit 578deab27b
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -8,5 +8,9 @@
security.apparmor = {
enable = true;
};
nixpkgs.config.permittedInsecurePackages = [
"jitsi-meet-1.0.8043"
];
}