reenable libolm 2

This commit is contained in:
Charlotte 🦝 Delenk 2024-08-31 07:59:35 +02:00
parent 8df1c2545f
commit 70c350b75d

View file

@ -175,6 +175,9 @@ rec {
self.overlays.${system} self.overlays.${system}
]; ];
config.allowUnfree = true; config.allowUnfree = true;
config.permittedInsecurePackages = [
"olm-3.2.16"
];
}; };
common = { common = {
inherit inherit