refactor(ops): Move Nix cache secret to agenix

... and also the public key, just to keep the distribution mechanism
the same.

Change-Id: Ief14daf9344c0fb99eeb5789c1ec9bfb1f12bee0
This commit is contained in:
Vincent Ambo 2021-12-10 21:23:05 +03:00 committed by tazjin
parent 82a885a750
commit 2fe8d724d7
5 changed files with 35 additions and 3 deletions

View file

@ -20,5 +20,7 @@ in {
"gerrit-queue.age" = default;
"grafana.age" = default;
"irccat.age" = default;
"nix-cache-priv.age" = default;
"nix-cache-pub.age" = default;
"owothia.age" = default;
}