mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
feat: set forgejo to use postgres, also move stateDir to harddrive storage as I don't have money for an ssd pool yet
This commit is contained in:
parent
756a0e4a03
commit
23e33d9423
1 changed files with 2 additions and 1 deletions
|
|
@ -15,8 +15,9 @@ in
|
|||
services = {
|
||||
forgejo = {
|
||||
enable = true;
|
||||
# database.type = "postgres";
|
||||
database.type = "postgres";
|
||||
# Enable support for Git Large File Storage
|
||||
stateDir = "/spinners/applications/forgejo";
|
||||
lfs.enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue