disable init db?

This commit is contained in:
twoneis 2025-02-07 20:28:29 +01:00
parent a09edd8478
commit b5d0923199

View file

@ -7,6 +7,7 @@
in mkIf conf.fedi.enable { in mkIf conf.fedi.enable {
services.akkoma = { services.akkoma = {
enable = true; enable = true;
initDb.enable = false;
config = { config = {
":pleroma" = { ":pleroma" = {
":instance" = { ":instance" = {