Compare commits
1 Commits
vm-mamange
...
tor
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa1a25de34 |
@@ -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],
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -28,6 +28,7 @@
|
|||||||
"sops",
|
"sops",
|
||||||
"sshpass",
|
"sshpass",
|
||||||
"tor",
|
"tor",
|
||||||
|
"torsocks",
|
||||||
"util-linux",
|
"util-linux",
|
||||||
"virt-viewer",
|
"virt-viewer",
|
||||||
"virtiofsd",
|
"virtiofsd",
|
||||||
|
|||||||
Reference in New Issue
Block a user