more formatting

This commit is contained in:
Motiejus Jakštys 2023-09-23 22:29:50 +03:00
parent 92f69eabfa
commit 3b1d1b439f
1 changed files with 1 additions and 2 deletions

View File

@ -134,8 +134,7 @@ in {
ExecStart = let
hook = mkHook zone;
days = builtins.toString cfg.days;
staging = lib.optionalString cfg.staging "--staging";
in "${pkgs.uacme}/bin/uacme -c \${STATE_DIRECTORY} --verbose --days ${days} --hook ${hook} ${staging} issue ${zone}";
in "${pkgs.uacme}/bin/uacme -c \${STATE_DIRECTORY} --verbose --days ${days} --hook ${hook} ${lib.optionalString cfg.staging "--staging"} issue ${zone}";
UMask = "0022";
User = "nsd";