cli: fix buildHost source upload destination
Sources were being uploaded to target host instead of build host, causing nixos-rebuild to fail with "no such file or directory".
This commit is contained in:
@@ -121,7 +121,7 @@ def deploy_machine(machine: Machine) -> None:
|
||||
upload_secrets(machine, sudo_host)
|
||||
upload_secret_vars(machine, sudo_host)
|
||||
|
||||
path = upload_sources(machine, sudo_host)
|
||||
path = upload_sources(machine, host)
|
||||
|
||||
nix_options = [
|
||||
"--show-trace",
|
||||
|
||||
Reference in New Issue
Block a user