From 93810da6dfc2b88482433a7bb0a5b9d71bad9503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 1 Jul 2025 12:08:28 +0000 Subject: [PATCH] cert-watcher: restart nginx too --- hosts/fwminex/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 0f769c5..82fde02 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -201,7 +201,7 @@ in }; serviceConfig = { Type = "oneshot"; - ExecStart = "${pkgs.systemd}/bin/systemctl restart caddy.service"; + ExecStart = "${pkgs.systemd}/bin/systemctl restart nginx.service caddy.service"; }; };