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:03 +01:00
commit 148c1597c6
No known key found for this signature in database

View file

@ -94,6 +94,7 @@ in
ConditionFileNotEmpty = ""; # override upstream
};
serviceConfig = {
Type = "notify";
User = "step-ca";
Group = "step-ca";
UMask = "0077";