From ec1a9f39a5e4f01f97675d5b394f3a3b74691a50 Mon Sep 17 00:00:00 2001 From: June Clementine Strawberry Date: Wed, 25 Dec 2024 14:53:58 -0500 Subject: [PATCH] add insecure libolm and ffmpeg Signed-off-by: June Clementine Strawberry --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index 6a84681..f9b9c2d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -251,6 +251,11 @@ # Allow unfree packages nixpkgs.config.allowUnfree = true; + # Allow insecure libolm, used by gomuks + nixpkgs.config.permittedInsecurePackages = [ + "olm-3.2.16" + ]; + fonts = { enableDefaultPackages = true; packages = with pkgs; [ @@ -356,6 +361,8 @@ killall jq bitwarden-cli + ffmpeg-full + olm ]; programs.zsh = {