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
This commit is contained in:
Donovan Glover 2024-08-27 14:07:19 -04:00
parent f698b3aefe
commit 214e814691
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -213,6 +213,10 @@ in
};
};
nixpkgs.config.permittedInsecurePackages = [
"olm-3.2.16"
];
modules = {
system = {
hostName = "mobile-nixos";