mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #248116 from flopraden/bugfix/gitea-dump-custom-dir
nixos/gitea: bugfix for gitea-dump service.
This commit is contained in:
commit
e2ec73a505
1 changed files with 1 additions and 0 deletions
|
@ -666,6 +666,7 @@ in
|
|||
USER = cfg.user;
|
||||
HOME = cfg.stateDir;
|
||||
GITEA_WORK_DIR = cfg.stateDir;
|
||||
GITEA_CUSTOM = cfg.customDir;
|
||||
};
|
||||
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Reference in a new issue