nixos/gitea: add WORK_PATH to config

this is in preparation for 1.20, which needs this option set
This commit is contained in:
Herwig Hochleitner 2023-06-29 18:26:51 +02:00
parent dc1e084840
commit 5205c73d93

View file

@ -15,6 +15,7 @@ let
APP_NAME = ${cfg.appName}
RUN_USER = ${cfg.user}
RUN_MODE = prod
WORK_PATH = ${cfg.stateDir}
${generators.toINI {} cfg.settings}