fix(users/tazjin): 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: I7008a005fe34568d7504b66d979de68bfcfc7acf Reviewed-on: https://cl.tvl.fyi/c/depot/+/10192 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
1be7c0483c
commit
88028d1269
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ lib.fix (self: {
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
max-jobs = 48;
|
max-jobs = 48;
|
||||||
substituters = [ "ssh://nix-ssh@whitby.tvl.fyi" ];
|
substituters = [ "ssh://nix-ssh@whitby.tvl.fyi" ];
|
||||||
trusted-public-keys = [ "cache.tvl.fyi:fd+9d1ceCPvDX/xVhcfv8nAa6njEhAGAEe+oGJDEeoc=" ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
Loading…
Reference in a new issue