nixos/gitea: add WORK_PATH to config
this is in preparation for 1.20, which needs this option set
This commit is contained in:
@@ -15,6 +15,7 @@ let
|
||||
APP_NAME = ${cfg.appName}
|
||||
RUN_USER = ${cfg.user}
|
||||
RUN_MODE = prod
|
||||
WORK_PATH = ${cfg.stateDir}
|
||||
|
||||
${generators.toINI {} cfg.settings}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user