Add utility mail account and password; improve secret handling for dry-run in the most hecking scuffed arse secret management in the mail server configuration.

This commit is contained in:
Root User 2026-02-16 17:29:42 +01:00
parent 27610eca0f
commit 908c90ff49
Signed by: root
GPG key ID: 087F0A95E5766D72
4 changed files with 54 additions and 20 deletions

View file

@ -42,6 +42,13 @@
mode = "0400";
};
sops.secrets."utility-password" = {
format = "yaml";
sopsFile = ../../secrets/mail/secrets.yaml;
owner = "root";
mode = "0400";
};
sops.secrets."cloudflare-dns-token" = {
format = "yaml";
sopsFile = ../../secrets/mail/secrets.yaml;