diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-07-03T14·53-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-03T15·11+0000 |
commit | 2900768656f813570a46003f294b44a7e9501fc2 (patch) | |
tree | 83d45788fd4c06f8962619d1bc53c8306a81dc86 /users | |
parent | 2ec3254f85b43312257abf03e16a1e906324ed89 (diff) |
feat(gs/system): Add public keys for whitby r/1192
Change-Id: I138ccbd7da9849025f1f59dfe948cfb7a5684b6d Reviewed-on: https://cl.tvl.fyi/c/depot/+/896 Reviewed-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/glittershark/system/system/modules/tvl.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/glittershark/system/system/modules/tvl.nix b/users/glittershark/system/system/modules/tvl.nix index 36ecd4ccdd73..fb91d4895a99 100644 --- a/users/glittershark/system/system/modules/tvl.nix +++ b/users/glittershark/system/system/modules/tvl.nix @@ -11,7 +11,8 @@ supportedFeatures = ["big-parallel"]; }]; - binaryCaches = ["ssh://grfn@whitby.tvl.fyi"]; + binaryCaches = ["ssh://nix-ssh@whitby.tvl.fyi"]; + binaryCachePublicKeys = ["cache.tvl.fyi:fd+9d1ceCPvDX/xVhcfv8nAa6njEhAGAEe+oGJDEeoc="]; }; programs.ssh.knownHosts.whitby = { |