Merge pull request #248116 from flopraden/bugfix/gitea-dump-custom-dir

nixos/gitea: bugfix for gitea-dump service.
This commit is contained in:
Franz Pletz
2023-08-09 14:32:53 +02:00
committed by GitHub
+1
View File
@@ -666,6 +666,7 @@ in
USER = cfg.user;
HOME = cfg.stateDir;
GITEA_WORK_DIR = cfg.stateDir;
GITEA_CUSTOM = cfg.customDir;
};
serviceConfig = {