From 2fe8d724d7cbc86c68c62ed6233e7b982566ad4d Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 10 Dec 2021 21:23:05 +0300 Subject: refactor(ops): Move Nix cache secret to agenix ... and also the public key, just to keep the distribution mechanism the same. Change-Id: Ief14daf9344c0fb99eeb5789c1ec9bfb1f12bee0 --- ops/modules/www/cache.tvl.su.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops/modules/www') diff --git a/ops/modules/www/cache.tvl.su.nix b/ops/modules/www/cache.tvl.su.nix index 182306bebff1..633178b5ccec 100644 --- a/ops/modules/www/cache.tvl.su.nix +++ b/ops/modules/www/cache.tvl.su.nix @@ -14,7 +14,7 @@ extraConfig = '' location = /cache-key.pub { - alias /etc/secrets/nix-cache-key.pub; + alias /run/agenix/nix-cache-pub; } location / { -- cgit 1.4.1