servo: prosody: port data to private store

This commit is contained in:
2024-07-27 13:38:34 +00:00
parent 3353ed3b66
commit 66333cbbe7

View File

@@ -56,7 +56,8 @@ let
enableDebug = false; enableDebug = false;
in in
{ {
sane.persist.sys.byStore.plaintext = [ sane.persist.sys.byStore.private = [
# TODO: mode?
{ user = "prosody"; group = "prosody"; path = "/var/lib/prosody"; method = "bind"; } { user = "prosody"; group = "prosody"; path = "/var/lib/prosody"; method = "bind"; }
]; ];
sane.ports.ports."5000" = { sane.ports.ports."5000" = {