diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-18 16:09:24 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-18 16:09:24 +0200 |
commit | 514f9ec3beec470c4445be690673a0ceab9115b4 (patch) | |
tree | 933a641a66035a8f4e2af344fc5da35592e1a898 /modules | |
parent | 2fe37e4945c19d25ec65fb1591ee010a97d8bf80 (diff) | |
download | Nix-514f9ec3beec470c4445be690673a0ceab9115b4.tar.gz Nix-514f9ec3beec470c4445be690673a0ceab9115b4.tar.zst Nix-514f9ec3beec470c4445be690673a0ceab9115b4.zip |
Add missing domain to mail-rsa
Diffstat (limited to 'modules')
-rw-r--r-- | modules/private/mail/postfix.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/private/mail/postfix.nix b/modules/private/mail/postfix.nix index d106d24..769ed5d 100644 --- a/modules/private/mail/postfix.nix +++ b/modules/private/mail/postfix.nix | |||
@@ -438,6 +438,14 @@ | |||
438 | "smtp.immae.eu" = null; | 438 | "smtp.immae.eu" = null; |
439 | }; | 439 | }; |
440 | }; | 440 | }; |
441 | security.acme.certs."mail-rsa" = { | ||
442 | postRun = '' | ||
443 | systemctl restart postfix.service | ||
444 | ''; | ||
445 | extraDomains = { | ||
446 | "smtp.immae.eu" = null; | ||
447 | }; | ||
448 | }; | ||
441 | system.activationScripts.testmail = { | 449 | system.activationScripts.testmail = { |
442 | deps = [ "users" ]; | 450 | deps = [ "users" ]; |
443 | text = let | 451 | text = let |