diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/surtr/email/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/surtr/email/default.nix b/hosts/surtr/email/default.nix index d72a4465..9bdaac75 100644 --- a/hosts/surtr/email/default.nix +++ b/hosts/surtr/email/default.nix | |||
@@ -87,6 +87,8 @@ in { | |||
87 | .bouncy.email /run/credentials/postfix.service/bouncy.email.full.pem | 87 | .bouncy.email /run/credentials/postfix.service/bouncy.email.full.pem |
88 | ''}''; | 88 | ''}''; |
89 | 89 | ||
90 | smtp_tls_policy_maps = "socketmap:unix:${config.services.postfix-mta-sts-resolver.settings.path}:postfix"; | ||
91 | |||
90 | local_recipient_maps = ""; | 92 | local_recipient_maps = ""; |
91 | 93 | ||
92 | # 10 GiB | 94 | # 10 GiB |
@@ -723,5 +725,7 @@ in { | |||
723 | format = "binary"; | 725 | format = "binary"; |
724 | sopsFile = ./spm-keys.json; | 726 | sopsFile = ./spm-keys.json; |
725 | }; | 727 | }; |
728 | |||
729 | services.postfix-mta-sts-resolver.enable = true; | ||
726 | }; | 730 | }; |
727 | } | 731 | } |