Optionally back /tmp and /var/tmp with stable host directories
This commit is contained in:
@@ -34,6 +34,12 @@ rw = [
|
||||
]
|
||||
# mask = ["~/.ssh"] # hide path with tmpfs/over /dev/null
|
||||
|
||||
persistent-tmp = true # back /tmp and /var/tmp with host dirs that survive
|
||||
# across runs (key derived from profile+cwd).
|
||||
# No-op in blacklist mode (which already shares host /tmp).
|
||||
# persistent-key = "shared" # override the derived key — e.g. to share state
|
||||
# across profiles or after moving the project dir
|
||||
|
||||
env = [
|
||||
"XDG_RUNTIME_DIR", # KEY -> pass through from host if set
|
||||
# "DEBUG=", # KEY= -> set to empty string
|
||||
|
||||
Reference in New Issue
Block a user