added jitsi-meet allow

This commit is contained in:
naturallaw77 2025-02-10 15:01:48 -08:00
parent 6b7401dd44
commit 79df71a3e9

View File

@ -130,6 +130,11 @@ in
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"jitsi-meet-1.0.8043"
];
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [