diff --git a/common/server/gitea.nix b/common/server/gitea.nix index b5ab844..fd8d822 100644 --- a/common/server/gitea.nix +++ b/common/server/gitea.nix @@ -31,6 +31,9 @@ in }; session = { COOKIE_SECURE = true; + PROVIDER = "db"; + SESSION_LIFE_TIME = 259200; # 3 days + GC_INTERVAL_TIME = 259200; # 3 days }; mailer = { ENABLED = true;