Infini-DL360/secrets: only use hydra group where necessary
This commit is contained in:
parent
944cea94af
commit
aab0006055
2 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,7 @@ in
|
|||
age.secrets = {
|
||||
borg-ssh-key.rekeyFile = ./borg-ssh-key.age;
|
||||
borg-password = withGroup "borg" ./borg-password.age;
|
||||
binary-cache-private-key = withGroup "hydra" ./binary-cache-private-key.age;
|
||||
binary-cache-private-key.rekeyFile = ./binary-cache-private-key.age;
|
||||
smtp-noreply = withGroup "smtp" ./smtp-noreply.age;
|
||||
dns-cloudflare.rekeyFile = ./dns-cloudflare.age;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue