From d34fcbbfb71cbbc5701bde4262d5924c9f6fc638 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 22 Aug 2024 23:19:41 +0900 Subject: fix(home/communication)!: temporarily allow olm * Nheko is only used as a backup solution, and is not currently being used --- home/profiles/communication/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix index bfcbfd8..5379f8a 100644 --- a/home/profiles/communication/default.nix +++ b/home/profiles/communication/default.nix @@ -426,6 +426,8 @@ in ]; nixpkgs.allowedUnfree = [ "slack" "discord-canary" ]; + # TODO: https://github.com/Nheko-Reborn/nheko/issues/1786 + nixpkgs.allowedInsecure = [ "olm" ]; xdg.configFile."Element/config.json".text = builtins.toJSON (import ./element-config.nix); } -- cgit 1.4.1