diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-07-03T16·32-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-03T16·33+0000 |
commit | d1db50ab64adc54233ee913485e475f4af3dc61c (patch) | |
tree | 10ac973a49d19c15a4260e30a396af8c489fd9ce /users | |
parent | 6e7200cf4ec3632d56dc0afde09fabad3f5d6b32 (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>
Diffstat (limited to 'users')
-rw-r--r-- | users/glittershark/system/system/modules/tvl.nix | 1 |
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 aebe43f52f9a..ffa63e3243cd 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="]; }; |