1
0
Fork 0

use a mutable HOME in TF for nixos-anywhere to make a .ssh dir in - will this not backfire?

This commit is contained in:
kiara Grouwstra 2025-03-30 13:12:32 +02:00
parent b26fbec7f8
commit 4f4bea2a01
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -132,8 +132,10 @@ class DeploymentStatus(ConfigurationForm):
deployment_params = dummy_user | json.loads(submission)
env = {
"PATH": settings.bin_path,
# used in nixos-anywhere for ssh-copy-id
"HOME": expanduser("~"),
# used in nixos-anywhere for ssh-copy-id to make `.ssh` in for ssh-copy-id.
# run thru subprocess, HOME points to the read-only `/var/empty`.
# in local dev, it will just reject the `/tmp` and make it in HOME after all.
"HOME": "/tmp",
"XDG_CACHE_HOME": "/tmp",
} | {
# pass in form info to our deployment