Compare commits

...

1 Commits
pr-5024 ... tor

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(
[
"nixos-anywhere",
*wrapper_cmd,
"tor",
"torsocks",
],
[*wrapper_cmd, *cmd],
)

View File

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