syntax fix

This commit is contained in:
John Lancaster
2026-05-02 09:45:48 -05:00
parent 2fea8238d1
commit 3447b28af1
+4
View File
@@ -422,6 +422,9 @@ in
''} ''}
''; '';
}; };
extraPackages = [
config.pkgs.step-cli
];
systemd = { systemd = {
description = "Automatic mTLS renewal service"; description = "Automatic mTLS renewal service";
documentation = [ documentation = [
@@ -431,6 +434,7 @@ in
after = [ "network-online.target" ]; after = [ "network-online.target" ];
wants = [ "network-online.target" ]; wants = [ "network-online.target" ];
serviceConfig.Type = lib.mkDefault "oneshot"; serviceConfig.Type = lib.mkDefault "oneshot";
# serviceConfig.ExecCondition = "";
}; };
}; };
}); });