explicitely specify db type for gitea

This commit is contained in:
Cyryl Płotnicki 2024-01-01 13:55:47 +00:00
parent a168ced33b
commit 04f4344a31

View file

@ -104,6 +104,7 @@ in {
user = systemUserName;
mailerPasswordFile = mailgunSmtpPasswordPath;
lfs.enable = true;
database.type = "sqlite3";
settings = {
service.DISABLE_REGISTRATION = true;
security.INSTALL_LOCK = true;