Skip to content

Commit c471185

Browse files
Support renamed postfix options
1 parent 3134ca3 commit c471185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
enable = true;
2727
enableSubmission = true;
2828
enableSubmissions = true;
29-
tlsTrustedAuthorities = "${certs.ca.cert}";
30-
config = {
29+
settings.main = {
30+
tlsTrustedAuthorities = "${certs.ca.cert}";
3131
smtpd_tls_chain_files = [
3232
certs."acme.test".key
3333
certs."acme.test".cert

0 commit comments

Comments
 (0)