Skip to content

Commit 214e814

Browse files
committed
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
1 parent f698b3a commit 214e814

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: hosts/phone/configuration.nix

+4
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ in
213213
};
214214
};
215215

216+
nixpkgs.config.permittedInsecurePackages = [
217+
"olm-3.2.16"
218+
];
219+
216220
modules = {
217221
system = {
218222
hostName = "mobile-nixos";

0 commit comments

Comments
 (0)