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"; } ]; } {