sourcephile
/
git
/
sourcephile-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mermet: knot: sourcephile.fr: add openpgpkey
[sourcephile-nix.git]
/
hosts
/
losurdo
/
postfix
/
sourcephile.nix
diff --git
a/hosts/losurdo/postfix/sourcephile.nix
b/hosts/losurdo/postfix/sourcephile.nix
index f6d0a3274f76644b42647b4b9406c7b31416c0ee..c8ebf828830dccd1c8a6ec0492ac33c763c1daf3 100644
(file)
--- a/
hosts/losurdo/postfix/sourcephile.nix
+++ b/
hosts/losurdo/postfix/sourcephile.nix
@@
-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" ];