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 = {
|
services.forgejo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
database.type = "postgres";
|
database.type = "postgres";
|
||||||
customDir = ./custom;
|
customDir = toString ../custom;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue