mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
pureintent: rename devbox-run to vanjaram-run
The wrapper specifically routes through vanjaram (the jumphost target); naming it after the host makes that explicit.
This commit is contained in:
parent
bc5e7c8d27
commit
cd3e44e7ce
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ let
|
|||
|
||||
proxychainsBin = "${config.programs.proxychains.package}/bin/proxychains4";
|
||||
|
||||
devbox-run = pkgs.writeShellScriptBin "devbox-run" ''
|
||||
vanjaram-run = pkgs.writeShellScriptBin "vanjaram-run" ''
|
||||
export ALL_PROXY=socks5://127.0.0.1:${toString socksPort}
|
||||
export HTTPS_PROXY=socks5://127.0.0.1:${toString socksPort}
|
||||
export HTTP_PROXY=socks5://127.0.0.1:${toString socksPort}
|
||||
|
|
@ -28,6 +28,6 @@ in
|
|||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
devbox-run
|
||||
vanjaram-run
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue