mirror of https://gitlab.crans.org/nounous/nixos
accepte que jitsi a libolm
parent
49ac7bc298
commit
7d0b47ab3d
|
@ -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 = {
|
||||
enable = true;
|
||||
hostName = "jitsi.crans.org";
|
||||
|
|
Loading…
Reference in New Issue