fix forgejo customDir: correct path + coerce to string
This commit is contained in:
parent
053a783772
commit
3ecdafadf7
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ in
|
|||
services.forgejo = {
|
||||
enable = true;
|
||||
database.type = "postgres";
|
||||
customDir = ./custom;
|
||||
customDir = toString ../custom;
|
||||
|
||||
settings = {
|
||||
server = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue