aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-18 16:09:24 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-18 16:09:24 +0200
commit514f9ec3beec470c4445be690673a0ceab9115b4 (patch)
tree933a641a66035a8f4e2af344fc5da35592e1a898
parent2fe37e4945c19d25ec65fb1591ee010a97d8bf80 (diff)
downloadNix-514f9ec3beec470c4445be690673a0ceab9115b4.tar.gz
Nix-514f9ec3beec470c4445be690673a0ceab9115b4.tar.zst
Nix-514f9ec3beec470c4445be690673a0ceab9115b4.zip
Add missing domain to mail-rsa
-rw-r--r--modules/private/mail/postfix.nix8
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