From 771813a0640b0a99012ab276fa22714a4ac7cb29 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Wed, 3 Jun 2026 19:43:21 -0500 Subject: [PATCH] fixed double description --- modules/features/mtls.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/features/mtls.nix b/modules/features/mtls.nix index 7b8d88b..aedadb1 100644 --- a/modules/features/mtls.nix +++ b/modules/features/mtls.nix @@ -125,7 +125,6 @@ in inherit (cfg) certDir keyFile certFile bundleFile; inherit (cfg.renew) user group reloadUnits postCommands; systemd = { - description = "Renew the mTLS certificate when Smallstep marks it ready"; after = [ "network-online.target" ]; wants = [ "network-online.target" ]; serviceConfig = { @@ -426,7 +425,7 @@ in config.pkgs.step-cli ]; systemd = { - description = "Automatic mTLS renewal service"; + description = "Renew the mTLS certificate when Smallstep marks it ready"; documentation = [ "https://smallstep.com/docs/step-ca/certificate-authority-server-production" ];