From 214e814691c4540e9b891f2204d06d9f2bf2093f Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 27 Aug 2024 14:07:19 -0400 Subject: [PATCH] phone: Allow olm for now Used by chatty for Matrix support, however I don't use Chatty for this feature. See: https://gitlab.gnome.org/World/Chatty/-/issues/932 --- hosts/phone/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index f29e14a6..267af306 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -213,6 +213,10 @@ in }; }; + nixpkgs.config.permittedInsecurePackages = [ + "olm-3.2.16" + ]; + modules = { system = { hostName = "mobile-nixos";