forked from Fediversity/Fediversity
specify XDG_CACHE_HOME, workaround to error writing to /var/empty/.cache
This commit is contained in:
parent
3cbacac2f1
commit
827b771a98
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,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