nixos/gitea: increase start up time out

For migrations on not even a medium sized instances, the default 90s are
not enough.

(cherry picked from commit 602831a1419f608cd58cc25119a25ae40f743b68)
This commit is contained in:
Sandro Jäckel
2025-12-11 02:28:52 +01:00
parent e954aba66f
commit 81f612b14c
+2
View File
@@ -913,6 +913,8 @@ in
]
++ lib.optional (useSendmail && config.services.postfix.enable) "/var/lib/postfix/queue/maildrop";
UMask = "0027";
# one mid size deployments, Gitea already gets killed when doing DB migrations
TimeoutStartSec = "3m";
# Sandboxing
CapabilityBoundingSet = "";