accepte que jitsi a libolm

merge-requests/19/head
Lzebulon 2025-06-14 15:37:13 +02:00
parent 49ac7bc298
commit 7d0b47ab3d
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,12 @@
{ ... }: { ... }:
{ {
# il y a une faille de secu mais c'est pas exploitable
# libolm : https://github.com/NixOS/nixpkgs/pull/334638#issuecomment-2289025802
nixpkgs.config.permittedInsecurePackages = [
"jitsi-meet-1.0.8043"
];
services.jitsi-meet = { services.jitsi-meet = {
enable = true; enable = true;
hostName = "jitsi.crans.org"; hostName = "jitsi.crans.org";