1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-04-10 16:56:17 +02:00

matrix: allow insecure packages

This commit is contained in:
Rouven Seifert 2024-08-22 11:35:09 +02:00
parent 56d2c495c6
commit a9d36b3b10

View file

@ -19,6 +19,10 @@ in
file = ../../../../secrets/nuc/matrix/sync.age; file = ../../../../secrets/nuc/matrix/sync.age;
}; };
}; };
nixpkgs.config.permittedInsecurePackages = [
"jitsi-meet-1.0.8043"
"olm-3.2.16"
];
services = { services = {
postgresql = { postgresql = {