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;
|
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";
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue