From e75e84b325e606586e0e540e7c9e656043c2d11f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 8 Sep 2025 17:51:45 +0000 Subject: [PATCH] fix comment --- 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 2f1c807..f6fb0b7 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -193,7 +193,7 @@ in }; cert-watcher = { - description = "Restart caddy when tls keys/certs change"; + description = "Restart nginx+caddy when tls keys/certs change"; wantedBy = [ "multi-user.target" ]; unitConfig = { StartLimitIntervalSec = 10;