now fix fr fr
This commit is contained in:
parent
f24c4680b4
commit
91148ed9a2
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
|||
tmpfs = [ "/tmp" ];
|
||||
|
||||
bind.rw = [
|
||||
[(sloth.concat' sloth.homeDir "/download") (sloth.concat' sloth.homeDir "/Downloads")]
|
||||
(sloth.concat' sloth.homeDir "/download")
|
||||
|
||||
(envSuffix "XDG_RUNTIME_DIR" "/at-spi/bus")
|
||||
(envSuffix "XDG_RUNTIME_DIR" "/gvfsd")
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
bind.dev = [ "/dev/shm" ];
|
||||
|
||||
bind.rw = [
|
||||
[(sloth.concat' sloth.homeDir "/download") (sloth.concat' sloth.homeDir "/Downloads")]
|
||||
(sloth.concat' sloth.homeDir "/download")
|
||||
[(sloth.mkdir "/tmp/tor-browser") (sloth.concat' sloth.homeDir "/.tor project")]
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue