1
0
Fork 0

Sort ssh hotkeys

This commit is contained in:
Malte Brandy 2021-12-22 00:39:21 +01:00
parent e39e3d7a85
commit 5aca029c57
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -26,19 +26,19 @@ in
let let
ssh = host: "kitty +kitten ssh ${host}"; ssh = host: "kitty +kitten ssh ${host}";
in in
{ [
"hera via vpn" = ssh "hera.vpn.m-0.eu"; { "hera via vpn" = ssh "hera.vpn.m-0.eu"; }
"fluffy via vpn" = ssh "fluffy.vpn.m-0.eu"; { "fluffy via vpn" = ssh "fluffy.vpn.m-0.eu"; }
remote-builder = ssh "phoibe.cased.de -i /etc/nixos/private/id_ed25519-nix-builder"; { remote-builder = ssh "phoibe.cased.de -i /etc/nixos/private/id_ed25519-nix-builder"; }
ag = ssh "ag-forward"; { ag = ssh "ag-forward"; }
gwres1 = ssh "gw"; { gwres1 = ssh "gw"; }
backup-server = ssh "borg.cysec.de"; { backup-server = ssh "borg.cysec.de"; }
shells = ssh "shells"; { shells = ssh "shells"; }
"bach (ved)" = ssh "bach.vocalensemble-darmstadt.de"; { "bach (ved)" = ssh "bach.vocalensemble-darmstadt.de"; }
"nixbuild.net" = "${pkgs.rlwrap}/bin/rlwrap ssh eu.nixbuild.net -i /etc/nixos/private/id_ed25519-nix-builder shell"; { "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"; { "fluffy via local network" = ssh "fluffy.lo.m-0.eu"; }
"hera via public v4" = ssh "hera-v4"; { "hera via public v4" = ssh "hera-v4"; }
}; ];
} }
{ {
Sound = { Sound = {