diff options
author | Vincent Ambo <mail@tazj.in> | 2021-12-10T18·23+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-12-10T19·48+0000 |
commit | 2fe8d724d7cbc86c68c62ed6233e7b982566ad4d (patch) | |
tree | 9e2384047122267f4896002d4d8bfdbd206ed009 /ops/modules | |
parent | 82a885a750cfe3bdf282a19a37f91842f374b24c (diff) |
refactor(ops): Move Nix cache secret to agenix r/3199
... and also the public key, just to keep the distribution mechanism the same. Change-Id: Ief14daf9344c0fb99eeb5789c1ec9bfb1f12bee0
Diffstat (limited to 'ops/modules')
-rw-r--r-- | ops/modules/www/cache.tvl.su.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 / { |