feat(droid): add ssh aliases
This commit is contained in:
parent
5f1bb9299d
commit
b887327642
1 changed files with 13 additions and 0 deletions
|
@ -40,6 +40,19 @@
|
|||
|
||||
./home
|
||||
./pkgs
|
||||
|
||||
{
|
||||
programs.bash.shellAliases = {
|
||||
pc = "mosh matt@binto -- tmux -2u new -At laptop";
|
||||
oksys = "mosh matt@oksys -- tmux -2u new -At laptop";
|
||||
pve = "mosh matt@pve -- tmux -2u new -At laptop";
|
||||
|
||||
mc = "mosh mc@mc -- tmux -2u new -At laptop";
|
||||
pod = "mosh matt@pve -- ssh -t -p 6768 matt@10.0.0.122 'tmux -2u new -At laptop'";
|
||||
jelly = "mosh matt@pve -- ssh -t matt@10.0.0.123 'tmux -2u new -At laptop'";
|
||||
qbit = "mosh matt@pve -- ssh -t matt@10.0.0.128 'tmux -2u new -At laptop'";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
home.stateVersion = "23.05";
|
||||
|
|
Loading…
Reference in a new issue