From 71fb076b12704349f38c4352b003d2a8629f901a Mon Sep 17 00:00:00 2001 From: uku Date: Sat, 6 Jul 2024 23:55:31 +0200 Subject: [PATCH] chore: add cachix to substituters --- configs/common.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/configs/common.nix b/configs/common.nix index 5ba4df2..44e5f8e 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -91,8 +91,14 @@ in { auto-optimise-store = true; experimental-features = ["nix-command" "flakes"]; - trusted-substituters = ["https://ghostty.cachix.org"]; - trusted-public-keys = ["ghostty.cachix.org-1:QB389yTa6gTyneehvqG58y0WnHjQOqgnA+wBnpWWxns="]; + trusted-substituters = [ + "https://uku3lig.cachix.org" + "https://ghostty.cachix.org" + ]; + trusted-public-keys = [ + "uku3lig.cachix.org-1:C1/9DNUadh2pueAo+LUkVNUKyIVjF/CREd9RS9E+F2A=" + "ghostty.cachix.org-1:QB389yTa6gTyneehvqG58y0WnHjQOqgnA+wBnpWWxns=" + ]; }; };