nixos/step-ca: Set systemd Type=notify

step-ca supports sd_notify now: https://github.com/smallstep/certificates/pull/2463
This commit is contained in:
provokateurin
2025-12-03 21:51:16 +01:00
parent 7569f2b4d9
commit 148c1597c6
@@ -94,6 +94,7 @@ in
ConditionFileNotEmpty = ""; # override upstream
};
serviceConfig = {
Type = "notify";
User = "step-ca";
Group = "step-ca";
UMask = "0077";