cert-watcher: restart nginx too

This commit is contained in:
2025-07-01 12:08:28 +00:00
parent 8d0c2f29ec
commit 93810da6df

View File

@@ -201,7 +201,7 @@ in
}; };
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
ExecStart = "${pkgs.systemd}/bin/systemctl restart caddy.service"; ExecStart = "${pkgs.systemd}/bin/systemctl restart nginx.service caddy.service";
}; };
}; };