terraform-nixos #1

Closed
kiara wants to merge 57 commits from terraform-nixos into tf
Showing only changes of commit c841c4e9fd - Show all commits

View file

@ -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