hosts: nixos: porthos: secrets: add forgejo mail

This commit is contained in:
Bruno BELANYI 2024-03-05 12:32:40 +00:00
parent c1ffe09631
commit b41fd9e48e
2 changed files with 15 additions and 0 deletions

View file

@ -21,6 +21,11 @@ in
"drone/secret.age".publicKeys = all;
"drone/ssh/private-key.age".publicKeys = all;
"forgejo/mail-password.age" = {
owner = "git";
publicKeys = all;
};
"gitea/mail-password.age" = {
owner = "git";
publicKeys = all;