Commit 5205c73d authored by Herwig Hochleitner's avatar Herwig Hochleitner
Browse files

nixos/gitea: add WORK_PATH to config

this is in preparation for 1.20, which needs this option set
parent dc1e0848
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ let
    APP_NAME = ${cfg.appName}
    RUN_USER = ${cfg.user}
    RUN_MODE = prod
    WORK_PATH = ${cfg.stateDir}

    ${generators.toINI {} cfg.settings}