feat: add docuseal mail
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
b9fca228e3
commit
f1f8662e98
2 changed files with 13 additions and 2 deletions
|
|
@ -45,6 +45,11 @@ in
|
|||
hashedPasswordFile = config.sops.secrets.mail-password-kinkystar-bitwarden.path;
|
||||
sendOnly = true;
|
||||
};
|
||||
|
||||
"docuseal@kinkystar.com" = {
|
||||
hashedPasswordFile = config.sops.secrets.mail-password-kinkystar-docuseal.path;
|
||||
sendOnly = true;
|
||||
};
|
||||
};
|
||||
|
||||
extraVirtualAliases = {
|
||||
|
|
@ -101,6 +106,11 @@ in
|
|||
owner = "root";
|
||||
group = "root";
|
||||
};
|
||||
|
||||
mail-password-kinkystar-docuseal = {
|
||||
owner = "root";
|
||||
group = "root";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue