feat: change db type to fix warn and remove encr for now
This commit is contained in:
parent
fcea2bbe4e
commit
a77a52a3bf
1 changed files with 8 additions and 4 deletions
|
|
@ -207,11 +207,15 @@ in {
|
|||
message_status_events = true;
|
||||
};
|
||||
|
||||
encryption = {
|
||||
allow = true;
|
||||
default = true;
|
||||
pickle_key = "$ENCRYPTION_PICKLE_KEY";
|
||||
database = {
|
||||
type = "sqlite3-fk-wal";
|
||||
};
|
||||
|
||||
# encryption = {
|
||||
# allow = true;
|
||||
# default = true;
|
||||
# pickle_key = "$ENCRYPTION_PICKLE_KEY";
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue