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-07-04 16:05:56 +02:00
parent dc1e084840
commit 5205c73d93
+1
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}