explicitely specify db type for gitea
This commit is contained in:
parent
a168ced33b
commit
04f4344a31
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ in {
|
|||
user = systemUserName;
|
||||
mailerPasswordFile = mailgunSmtpPasswordPath;
|
||||
lfs.enable = true;
|
||||
database.type = "sqlite3";
|
||||
settings = {
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
security.INSTALL_LOCK = true;
|
||||
|
|
Loading…
Reference in a new issue