diff options
author | Rory& <root@rory.gay> | 2024-08-24 16:25:51 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-08-24 16:25:51 +0200 |
commit | 1ce3d0b7dfb13f1d0dc45b4e2263c961ab762901 (patch) | |
tree | 0e60566e22b25abb6e71c20625e4cc554f7d2fad /host/Rory-desktop/configuration.nix | |
parent | Server changes (diff) | |
download | Rory-Open-Architecture-1ce3d0b7dfb13f1d0dc45b4e2263c961ab762901.tar.xz |
Desktop/i686 changes
Diffstat (limited to 'host/Rory-desktop/configuration.nix')
-rw-r--r-- | host/Rory-desktop/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/host/Rory-desktop/configuration.nix b/host/Rory-desktop/configuration.nix index 50131b5..3e21734 100644 --- a/host/Rory-desktop/configuration.nix +++ b/host/Rory-desktop/configuration.nix @@ -230,7 +230,10 @@ args@{ nixpkgs = { config = { allowUnfree = true; - permittedInsecurePackages = [ "electron-25.9.0" ]; + permittedInsecurePackages = [ + "electron-25.9.0" + "olm-3.2.16" + ]; }; }; |