feat: change db type to fix warn and remove encr for now

This commit is contained in:
s-prechtl 2025-07-16 20:30:43 +02:00
parent fcea2bbe4e
commit a77a52a3bf

View file

@ -207,11 +207,15 @@ in {
message_status_events = true; message_status_events = true;
}; };
encryption = { database = {
allow = true; type = "sqlite3-fk-wal";
default = true;
pickle_key = "$ENCRYPTION_PICKLE_KEY";
}; };
# encryption = {
# allow = true;
# default = true;
# pickle_key = "$ENCRYPTION_PICKLE_KEY";
# };
}; };
}; };
} }