feat: add docuseal mail

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-10-21 13:21:21 +02:00
parent b9fca228e3
commit f1f8662e98
Signed by: lander
GPG key ID: 0142722B4B0C536F
2 changed files with 13 additions and 2 deletions

View file

@ -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";
};
};
};