feat(3p/agenix): update to 2022-05-16 and add to niv
The new version brings the new secretsDir setting which means we no longer have to hardcode /run/agenix everywhere. Change-Id: I4b579d7233d315a780d7671869d5d06722d769fa Reviewed-on: https://cl.tvl.fyi/c/depot/+/5646 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
c55f61cd9b
commit
03d1986316
13 changed files with 33 additions and 25 deletions
|
|
@ -24,7 +24,7 @@ in
|
|||
|
||||
secretsFile = with lib; mkOption {
|
||||
description = "Path to a systemd EnvironmentFile containing secrets";
|
||||
default = "/run/agenix/gerrit-queue";
|
||||
default = config.age.secretsDir + "/gerrit-queue";
|
||||
type = types.str;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue