From 1be7c0483c7df6398e85743a9a79ef77e03b2099 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 5 Dec 2023 20:37:59 +0200 Subject: fix(users/grfn): drop cache.tvl.fyi trusted-pubkey 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 Autosubmit: flokli --- users/grfn/system/system/modules/tvl.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'users/grfn') diff --git a/users/grfn/system/system/modules/tvl.nix b/users/grfn/system/system/modules/tvl.nix index fc189972da..0d7fe5bb74 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=" - ]; }; }; -- cgit 1.4.1