mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-06 04:50:13 +01:00
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:
parent
f698b3aefe
commit
214e814691
@ -213,6 +213,10 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
];
|
||||
|
||||
modules = {
|
||||
system = {
|
||||
hostName = "mobile-nixos";
|
||||
|
Loading…
Reference in New Issue
Block a user