modules(acme-dns): sqlite → sqlite3

This commit is contained in:
Raito Bezarius 2021-07-24 23:28:42 +02:00
parent 68c36bedd3
commit 48597e362c

View file

@ -61,7 +61,7 @@ in
};
database = {
engine = "sqlite";
engine = "sqlite3";
connection = "${cfg.stateDir}/acme-dns.db";
};