From d36acd9618647a7b41ab7a0f3652c2045114a1d6 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 17 Oct 2024 11:36:41 -0500 Subject: [PATCH] Add more cachix public caches --- modules/baseline.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/baseline.nix b/modules/baseline.nix index 2fa9f3a..18b5e05 100644 --- a/modules/baseline.nix +++ b/modules/baseline.nix @@ -18,19 +18,21 @@ substituters = [ "https://cache.garnix.io" "https://ai.cachix.org" + "https://nixpkgs-python.cachix.org" + "https://nix-community.cachix.org" ]; trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" "ai.cachix.org-1:N9dzRK+alWwoKXQlnn0H6aUx0lU/mspIoz8hMvGvbbc=" + "nixpkgs-python.cachix.org-1:hxjI7pFxTyuTHn2NkvWCrAUcNZLNS3ZAvfYNuYifcEU=" + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; }; }; nixpkgs.config = { allowUnfree = true; - permittedInsecurePackages = [ - "jitsi-meet-1.0.8043" - ]; + permittedInsecurePackages = [ "jitsi-meet-1.0.8043" ]; }; # Base packages that need to be in all my hosts