Change stateDir of gitea so we don't need a symlink
This commit is contained in:
parent
97c065231b
commit
3cd23cce00
|
@ -152,8 +152,11 @@ in
|
|||
};
|
||||
|
||||
federation.ENABLED = true;
|
||||
|
||||
};
|
||||
|
||||
stateDir = "/mnt/data/gitea";
|
||||
|
||||
mailerPasswordFile = secrets."gitea/mailer-password".path;
|
||||
|
||||
database = {
|
||||
|
|
Loading…
Reference in a new issue