Stalwart: Difference between revisions
→Auto update TLSA records: Update script |
→Auto update TLSA records: Update script |
||
| Line 273: | Line 273: | ||
EnvironmentFile = config.age.secrets.gotlsaflare-cloudflare-token.path; | EnvironmentFile = config.age.secrets.gotlsaflare-cloudflare-token.path; | ||
RuntimeDirectory = "stalwart-tlsa"; | RuntimeDirectory = "stalwart-tlsa"; | ||
}; | }; | ||
environment = { | |||
DOMAIN = "example.org"; | |||
SUBDOMAIN = "mail"; | |||
PORT = "25"; | |||
ACME_PROVIDER_ID = "cloudflare"; | |||
}; | |||
path = with pkgs; [ | path = with pkgs; [ | ||
bash | bash | ||