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";