From c9f39873dcc54a32f1bcac376445ca71be8ab8ac Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 19 Jan 2022 13:43:37 +0100 Subject: [PATCH] Add sshuttle hotkey --- home-manager/roles/hotkeys.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/roles/hotkeys.nix b/home-manager/roles/hotkeys.nix index e9c0ccc0..3d6cd63d 100644 --- a/home-manager/roles/hotkeys.nix +++ b/home-manager/roles/hotkeys.nix @@ -45,6 +45,7 @@ in { "nixbuild.net" = "${pkgs.rlwrap}/bin/rlwrap ssh eu.nixbuild.net -i /etc/nixos/private/id_ed25519-nix-builder shell"; } { "fluffy via local network" = ssh "fluffy.lo.m-0.eu"; } { "hera via public v4" = ssh "hera-v4"; } + { "TU Tunnel" = fork "kitty sshuttle --python python3.8 -r gw 130.83.0.0/16"; } ]; } {