forked from fediversity/fediversity
specify XDG_CACHE_HOME, workaround to error writing to /var/empty/.cache
This commit is contained in:
parent
35279d7305
commit
ed5853f432
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ class DeploymentStatus(ConfigurationForm):
|
|||
"PATH": settings.bin_path,
|
||||
# used in nixos-anywhere for ssh-copy-id
|
||||
"HOME": expanduser("~"),
|
||||
"XDG_CACHE_HOME": "/tmp",
|
||||
} | {
|
||||
# pass in form info to our deployment
|
||||
# FIXME: ensure sensitive info is protected
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue