Merge pull request #248116 from flopraden/bugfix/gitea-dump-custom-dir
nixos/gitea: bugfix for gitea-dump service.
This commit is contained in:
@@ -666,6 +666,7 @@ in
|
||||
USER = cfg.user;
|
||||
HOME = cfg.stateDir;
|
||||
GITEA_WORK_DIR = cfg.stateDir;
|
||||
GITEA_CUSTOM = cfg.customDir;
|
||||
};
|
||||
|
||||
serviceConfig = {
|
||||
|
||||
Reference in New Issue
Block a user