servo: tor: port to private share

This commit is contained in:
2024-07-27 02:04:08 +00:00
parent 33e72c8d34
commit 1fb6cb483b

View File

@@ -3,7 +3,7 @@
{
# tor hidden service hostnames aren't deterministic, so persist.
# might be able to get away with just persisting /var/lib/tor/onion, not sure.
sane.persist.sys.byStore.plaintext = [
sane.persist.sys.byStore.private = [
{ user = "tor"; group = "tor"; mode = "0710"; path = "/var/lib/tor"; method = "bind"; }
];