nix-config/users/scripts/sshbind.nix

4 lines
81 B
Nix
Raw Normal View History

2025-05-04 02:47:36 +02:00
{pkgs, ...}:
pkgs.writeShellScriptBin "sshbind" ''
ssh -L "$1:$3:$1" "$2" -N''