hosts: nixos: porthos: secrets: add forgejo mail
This commit is contained in:
parent
c1ffe09631
commit
b41fd9e48e
2 changed files with 15 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue