From 2e574ab0b66144defa035dd01fa01cb149c614f6 Mon Sep 17 00:00:00 2001 From: buffet Date: Wed, 8 May 2024 12:22:32 +0200 Subject: [PATCH] feat(nix): add kitchen and nix-community caches --- hosts/alice/system.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/alice/system.nix b/hosts/alice/system.nix index 1c72f9b..2b4993a 100644 --- a/hosts/alice/system.nix +++ b/hosts/alice/system.nix @@ -38,6 +38,17 @@ settings = { auto-optimise-store = true; trusted-users = ["root"]; + + substituters = [ + "https://cache.nixos.org/" + "https://kitchen.cachix.org" + "https://nix-community.cachix.org" + ]; + + trusted-public-keys = [ + "kitchen.cachix.org-1:6Re4jyiv2oURRRehWaktZ9eEcZpKd8g3v10R8jWsaD4=" + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; }; gc = {