diff options
author | Florian Klink <flokli@flokli.de> | 2023-12-05T18·37+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-12-05T18·59+0000 |
commit | 1be7c0483c7df6398e85743a9a79ef77e03b2099 (patch) | |
tree | 1cfdd307545bb6d640143188972343f0e921a6cf | |
parent | 6edcb03cb64164972efa0f924d0349b0a69782e8 (diff) |
fix(users/grfn): drop cache.tvl.fyi trusted-pubkey r/7116
The correct one is cache.tvl.su:kjc6KOMupXc1vHVufJUoDUYeLzbwSr9abcAKdn/U1Jk=, defined in ops/modules/tvl-cache.nix for example, but as ssh://nix-ssh@whitby.tvl.fyi is configured, these signatures don't apply anyways. Change-Id: Ib6d429b198f2d4853d6a7d302d91c51dad3c9cab Reviewed-on: https://cl.tvl.fyi/c/depot/+/10191 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: flokli <flokli@flokli.de>
-rw-r--r-- | users/grfn/system/system/modules/tvl.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/users/grfn/system/system/modules/tvl.nix b/users/grfn/system/system/modules/tvl.nix index fc189972da77..0d7fe5bb744b 100644 --- a/users/grfn/system/system/modules/tvl.nix +++ b/users/grfn/system/system/modules/tvl.nix @@ -23,9 +23,6 @@ "https://cache.nixos.org" "ssh://nix-ssh@whitby.tvl.fyi" ]; - trusted-public-keys = [ - "cache.tvl.fyi:fd+9d1ceCPvDX/xVhcfv8nAa6njEhAGAEe+oGJDEeoc=" - ]; }; }; |