1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: update immich; decrease restart timer between failed attempts for all services to 60 seconds

This commit is contained in:
oddlama 2024-03-12 21:06:01 +01:00
parent dfe0345888
commit 605aee0a67
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
13 changed files with 18 additions and 14 deletions

View file

@ -120,7 +120,7 @@ in {
RuntimeDirectory = "oauth2_proxy";
RuntimeDirectoryMode = "0750";
UMask = "007"; # TODO remove once https://github.com/oauth2-proxy/oauth2-proxy/issues/2141 is fixed
RestartSec = "600"; # Retry every 10 minutes
RestartSec = "60"; # Retry every minute
};
users.groups.oauth2_proxy.members = ["nginx"];