]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - virtual/modules/certificates.nix
Add httpdTools service
[perso/Immae/Config/Nix.git] / virtual / modules / certificates.nix
index 78665a7488ad5bacabe1a7fa38603c37f89508c0..09484e6ae7893798195140edf6b713a55872433a 100644 (file)
@@ -6,7 +6,7 @@
         webroot = "/var/lib/acme/acme-challenge";
         email = "ismael@bouya.org";
         postRun = ''
-          systemctl reload httpd.service httpdInte.service httpdProd.service
+          systemctl reload httpdTools.service httpdInte.service httpdProd.service
         '';
         plugins = [ "cert.pem" "chain.pem" "fullchain.pem" "full.pem" "key.pem" "account_key.json" ];
       };