diff options
author | Florian Klink <flokli@flokli.de> | 2023-12-05T18·40+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-12-05T21·54+0000 |
commit | 88028d12694df54f0cc912dcc4597a25e4b1ea5a (patch) | |
tree | 07fdc2c90c6b2ed0776d57c85c2e1350fbadc602 | |
parent | 1be7c0483c7df6398e85743a9a79ef77e03b2099 (diff) |
fix(users/tazjin): drop cache.tvl.fyi trusted pubkey r/7117
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: I7008a005fe34568d7504b66d979de68bfcfc7acf Reviewed-on: https://cl.tvl.fyi/c/depot/+/10192 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su>
-rw-r--r-- | users/tazjin/nixos/frog/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/tazjin/nixos/frog/default.nix b/users/tazjin/nixos/frog/default.nix index cfd3ae2b9a26..610bb0656e12 100644 --- a/users/tazjin/nixos/frog/default.nix +++ b/users/tazjin/nixos/frog/default.nix @@ -64,7 +64,6 @@ lib.fix (self: { nix.settings = { max-jobs = 48; substituters = [ "ssh://nix-ssh@whitby.tvl.fyi" ]; - trusted-public-keys = [ "cache.tvl.fyi:fd+9d1ceCPvDX/xVhcfv8nAa6njEhAGAEe+oGJDEeoc=" ]; }; networking = { |