mermet: knot: sourcephile.fr: add openpgpkey
[sourcephile-nix.git] / hosts / losurdo / postfix / sourcephile.nix
index f6d0a3274f76644b42647b4b9406c7b31416c0ee..c8ebf828830dccd1c8a6ec0492ac33c763c1daf3 100644 (file)
@@ -25,7 +25,7 @@ let domain = "sourcephile.fr"; in
     };
   };
   security.acme.certs."${domain}" = {
-    postRun = "systemctl reload postfix";
+    postRun = "systemctl try-restart postfix";
   };
   systemd.services.postfix = {
     wants = [ "acme-selfsigned-${domain}.service" "acme-${domain}.service" ];