move tor home to tmpfs
This commit is contained in:
parent
5ce7199d48
commit
d7aa480ccb
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
bind.rw = [
|
||||
sloth.xdgDownloadDir
|
||||
[(sloth.mkdir (sloth.concat' sloth.xdgConfigHome "/tor-browser")) (sloth.concat' sloth.homeDir "/.tor project")]
|
||||
[(sloth.mkdir "/tmp/tor-browser") (sloth.concat' sloth.homeDir "/.tor project")]
|
||||
];
|
||||
|
||||
bind.ro = [
|
||||
|
|
Loading…
Add table
Reference in a new issue