about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-07-03T16·32-0400
committerglittershark <grfn@gws.fyi>2020-07-03T16·33+0000
commitd1db50ab64adc54233ee913485e475f4af3dc61c (patch)
tree10ac973a49d19c15a4260e30a396af8c489fd9ce
parent6e7200cf4ec3632d56dc0afde09fabad3f5d6b32 (diff)
feat(gs/system): Add whitby to trustedBinaryCaches r/1194
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 <grfn@gws.fyi>
-rw-r--r--users/glittershark/system/system/modules/tvl.nix1
1 files changed, 1 insertions, 0 deletions
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="];
   };