about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-08-22 23:19:41 +0900
committersefidel <contact@sefidel.net>2024-08-22 23:19:41 +0900
commitd34fcbbfb71cbbc5701bde4262d5924c9f6fc638 (patch)
treebf99f02454d966252dd912733eb5ce1c2fdfce1f
parent4be1a17d38f1387623338698a81ff58f718ae903 (diff)
downloadnixrc-d34fcbbfb71cbbc5701bde4262d5924c9f6fc638.tar.gz
nixrc-d34fcbbfb71cbbc5701bde4262d5924c9f6fc638.zip
fix(home/communication)!: temporarily allow olm
* Nheko is only used as a backup solution, and is not currently being used
-rw-r--r--home/profiles/communication/default.nix2
1 files changed, 2 insertions, 0 deletions
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);
     }