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:
parent
56d2c495c6
commit
a9d36b3b10
1 changed files with 4 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue