fixed double description
This commit is contained in:
@@ -125,7 +125,6 @@ in
|
|||||||
inherit (cfg) certDir keyFile certFile bundleFile;
|
inherit (cfg) certDir keyFile certFile bundleFile;
|
||||||
inherit (cfg.renew) user group reloadUnits postCommands;
|
inherit (cfg.renew) user group reloadUnits postCommands;
|
||||||
systemd = {
|
systemd = {
|
||||||
description = "Renew the mTLS certificate when Smallstep marks it ready";
|
|
||||||
after = [ "network-online.target" ];
|
after = [ "network-online.target" ];
|
||||||
wants = [ "network-online.target" ];
|
wants = [ "network-online.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
@@ -426,7 +425,7 @@ in
|
|||||||
config.pkgs.step-cli
|
config.pkgs.step-cli
|
||||||
];
|
];
|
||||||
systemd = {
|
systemd = {
|
||||||
description = "Automatic mTLS renewal service";
|
description = "Renew the mTLS certificate when Smallstep marks it ready";
|
||||||
documentation = [
|
documentation = [
|
||||||
"https://smallstep.com/docs/step-ca/certificate-authority-server-production"
|
"https://smallstep.com/docs/step-ca/certificate-authority-server-production"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user