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:
@@ -94,6 +94,7 @@ in
|
||||
ConditionFileNotEmpty = ""; # override upstream
|
||||
};
|
||||
serviceConfig = {
|
||||
Type = "notify";
|
||||
User = "step-ca";
|
||||
Group = "step-ca";
|
||||
UMask = "0077";
|
||||
|
||||
Reference in New Issue
Block a user