diff options
author | sefidel <contact@sefidel.net> | 2024-08-22 23:19:41 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-22 23:19:41 +0900 |
commit | d34fcbbfb71cbbc5701bde4262d5924c9f6fc638 (patch) | |
tree | bf99f02454d966252dd912733eb5ce1c2fdfce1f /home/profiles | |
parent | 4be1a17d38f1387623338698a81ff58f718ae903 (diff) | |
download | nixrc-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
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/communication/default.nix | 2 |
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); } |