From b428ab328fa37f340eccc338e49190a502c83b14 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Fri, 23 Aug 2024 13:46:26 -0700 Subject: [PATCH] removed LibreWolf and added Jitsi-meet allow for now --- configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index f935428..1524c04 100755 --- a/configuration.nix +++ b/configuration.nix @@ -150,13 +150,19 @@ 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 environment.systemPackages = with pkgs; [ (callPackage ./modules/systemd-manager_sovran_systems.nix {}) git wget - librewolf + # librewolf fish htop btop