Compare commits

...

1 Commits

Author SHA1 Message Date
DavHau
fa1a25de34 install: fix torify package not available 2025-08-12 22:47:06 +07:00
2 changed files with 3 additions and 1 deletions

View File

@@ -191,7 +191,8 @@ def run_machine_install(opts: InstallOptions, target_host: Remote) -> None:
cmd = nix_shell( cmd = nix_shell(
[ [
"nixos-anywhere", "nixos-anywhere",
*wrapper_cmd, "tor",
"torsocks",
], ],
[*wrapper_cmd, *cmd], [*wrapper_cmd, *cmd],
) )

View File

@@ -28,6 +28,7 @@
"sops", "sops",
"sshpass", "sshpass",
"tor", "tor",
"torsocks",
"util-linux", "util-linux",
"virt-viewer", "virt-viewer",
"virtiofsd", "virtiofsd",