From 10e41ec96f7792ad50ba162bf97ae189fd01623c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 9 Apr 2024 20:02:12 +0200 Subject: Use deploy-rs cachix instance --- system/settings/programs/base.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'system') diff --git a/system/settings/programs/base.nix b/system/settings/programs/base.nix index 1137f92e..6b5304f9 100644 --- a/system/settings/programs/base.nix +++ b/system/settings/programs/base.nix @@ -9,7 +9,13 @@ zstd ]; nix.settings = { - trusted-substituters = [ "https://nix-community.cachix.org" ]; - trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; + substituters = [ + "https://nix-community.cachix.org" + "https://deploy-rs.cachix.org" + ]; + trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + "deploy-rs.cachix.org-1:xfNobmiwF/vzvK1gpfediPwpdIP0rpDV2rYqx40zdSI=" + ]; }; } -- cgit 1.4.1