nixos/renovate: unset service restart

Unsetting `Restart=` defaults to `Restart=no`. We don't want Renovate to
automatically restart, as it might trigger rate limits.

See https://github.com/NixOS/nixpkgs/issues/358028

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-11-26 21:35:04 +01:00
parent 43f6a895e5
commit 849225f9a1
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -104,7 +104,6 @@ in
Group = "renovate";
DynamicUser = true;
LoadCredential = lib.mapAttrsToList (name: value: "SECRET-${name}:${value}") cfg.credentials;
Restart = "on-failure";
CacheDirectory = "renovate";
StateDirectory = "renovate";