From d1db50ab64adc54233ee913485e475f4af3dc61c Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 3 Jul 2020 12:32:07 -0400 Subject: feat(gs/system): Add whitby to trustedBinaryCaches This is needed as well to use it as a substituter it seems Change-Id: I6cefbccef2a61d665209131084bc58d7b56645f9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/899 Reviewed-by: glittershark --- users/glittershark/system/system/modules/tvl.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/glittershark/system/system/modules/tvl.nix b/users/glittershark/system/system/modules/tvl.nix index aebe43f52f..ffa63e3243 100644 --- a/users/glittershark/system/system/modules/tvl.nix +++ b/users/glittershark/system/system/modules/tvl.nix @@ -3,6 +3,7 @@ { nix = { binaryCaches = ["ssh://nix-ssh@whitby.tvl.fyi"]; + trustedBinaryCaches = ["ssh://nix-ssh@whitby.tvl.fyi"]; binaryCachePublicKeys = ["cache.tvl.fyi:fd+9d1ceCPvDX/xVhcfv8nAa6njEhAGAEe+oGJDEeoc="]; }; -- cgit 1.4.1