From aaa994137a89ab9d37fb83091dc7d24937898491 Mon Sep 17 00:00:00 2001 From: sterni Date: Thu, 25 Aug 2022 14:54:32 +0200 Subject: fix: reflect renames of Nix configuration options Change-Id: I7e28ac3d71acd7d99a1d3ef97bef9422097e4abf Reviewed-on: https://cl.tvl.fyi/c/depot/+/6154 Tested-by: BuildkiteCI Reviewed-by: tazjin --- ops/modules/tvl-cache.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ops/modules/tvl-cache.nix') diff --git a/ops/modules/tvl-cache.nix b/ops/modules/tvl-cache.nix index 4d574821df44..683818d103b7 100644 --- a/ops/modules/tvl-cache.nix +++ b/ops/modules/tvl-cache.nix @@ -6,12 +6,12 @@ }; config = lib.mkIf config.tvl.cache.enable { - nix = { - binaryCachePublicKeys = [ + nix.settings = { + trusted-public-keys = [ "cache.tvl.su:kjc6KOMupXc1vHVufJUoDUYeLzbwSr9abcAKdn/U1Jk=" ]; - binaryCaches = [ + substituters = [ "https://cache.tvl.su" ]; }; -- cgit 1.4.1