From 79df71a3e9561f33977679ca9769f8a0f7762d5d Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 10 Feb 2025 15:01:48 -0800 Subject: [PATCH] added jitsi-meet allow --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.nix b/configuration.nix index b7c4384..35ba463 100755 --- a/configuration.nix +++ b/configuration.nix @@ -129,6 +129,11 @@ in # Allow unfree packages nixpkgs.config.allowUnfree = true; + + nixpkgs.config.permittedInsecurePackages = [ + + "jitsi-meet-1.0.8043" + ]; # List packages installed in system profile. To search, run: # $ nix search wget