services.maddy.tls.certificates
A list of attribute sets containing paths to TLS certificates and keys. Maddy will use SNI if multiple pairs are selected.
- Type
list of (submodule)- Default
[ ]- Example
[{ keyPath = "/etc/ssl/mx1.example.org.key"; certPath = "/etc/ssl/mx1.example.org.crt"; }]- Declared
- <nixpkgs/nixos/modules/services/mail/maddy.nix>