forked from mirrors/nixpkgs
nixos/gitea: add WORK_PATH to config
this is in preparation for 1.20, which needs this option set
This commit is contained in:
parent
dc1e084840
commit
5205c73d93
|
@ -15,6 +15,7 @@ let
|
|||
APP_NAME = ${cfg.appName}
|
||||
RUN_USER = ${cfg.user}
|
||||
RUN_MODE = prod
|
||||
WORK_PATH = ${cfg.stateDir}
|
||||
|
||||
${generators.toINI {} cfg.settings}
|
||||
|
||||
|
|
Loading…
Reference in a new issue