thrall: Add archive@failco.de email account
This commit is contained in:
parent
d51551aa4e
commit
a257e533c4
3 changed files with 8 additions and 1 deletions
|
|
@ -36,6 +36,7 @@ in {
|
|||
|
||||
age.secrets = {
|
||||
mailPass.file = ../../secrets/mailPass.age;
|
||||
paperless-mail.file = ../../secrets/paperless-mail.age;
|
||||
wireguard-thrall.file = ../../secrets/wireguard-thrall.age;
|
||||
};
|
||||
|
||||
|
|
@ -312,6 +313,10 @@ in {
|
|||
|
||||
catchAll = [ "jakalx.net" ];
|
||||
};
|
||||
|
||||
"archive@failco.de" = {
|
||||
hashedPasswordFile = config.age.secrets.paperless-mail.path;
|
||||
};
|
||||
};
|
||||
|
||||
certificateScheme = 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue