some jitsi shit

This commit is contained in:
2026-03-23 19:22:40 +00:00
parent 62b7742ef0
commit 2513b76658
4 changed files with 238 additions and 7 deletions

View File

@@ -40,6 +40,10 @@ in self.lib.nixpkgs-lib.nixosSystem {
"libcusparse"
"cudnn"
];
# jitsi-meet depends on libolm which is marked insecure (CVE-2024-4519x)
config.permittedInsecurePackages = [
"jitsi-meet-1.0.8792"
];
};
modules = [
{ networking.hostName = name; }