services/forgejo: move data from storage-box to local volume
All checks were successful
/ check (pull_request) Successful in 40s
All checks were successful
/ check (pull_request) Successful in 40s
This commit is contained in:
parent
c78ddc7f9d
commit
4297436691
1 changed files with 2 additions and 2 deletions
|
@ -37,10 +37,10 @@
|
|||
};
|
||||
federation.ENABLED = true;
|
||||
};
|
||||
repositoryRoot = "/storage-box/forgejo/repos";
|
||||
repositoryRoot = "/forgejo/repos";
|
||||
lfs = {
|
||||
enable = true;
|
||||
contentDir = "/storage-box/forgejo/lfs";
|
||||
contentDir = "/forgejo/lfs";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue