Change sqlite to sqlite3
Didn't compile before.
This commit is contained in:
parent
3b56a51634
commit
dc92d5cb97
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ in
|
|||
{
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
database.type = "sqlite";
|
||||
database.type = "sqlite3";
|
||||
lfs.enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue