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;