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
commit e2ec73a505
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -666,6 +666,7 @@ in
USER = cfg.user;
HOME = cfg.stateDir;
GITEA_WORK_DIR = cfg.stateDir;
GITEA_CUSTOM = cfg.customDir;
};
serviceConfig = {