Add rhea to hosts and fish abbreviations

This commit is contained in:
Payas Relekar 2023-06-03 12:28:06 +05:30
parent 3e24def577
commit 17fd11a6a9
3 changed files with 3 additions and 0 deletions

View file

@ -49,6 +49,7 @@ in
"192.168.0.7" = [ "bebop" ]; "192.168.0.7" = [ "bebop" ];
"192.168.0.164" = [ "titan" ]; "192.168.0.164" = [ "titan" ];
"192.168.0.181" = [ "lapetus" ]; "192.168.0.181" = [ "lapetus" ];
"192.168.0.239" = [ "rhea" ];
}; };
}; };

View file

@ -12,6 +12,7 @@
"192.168.0.7" = [ "bebop" ]; "192.168.0.7" = [ "bebop" ];
"192.168.0.164" = [ "titan" ]; "192.168.0.164" = [ "titan" ];
"192.168.0.181" = [ "lapetus" ]; "192.168.0.181" = [ "lapetus" ];
"192.168.0.239" = [ "rhea" ];
}; };
}; };

View file

@ -74,6 +74,7 @@
"bebop" = "ssh payas@bebop"; "bebop" = "ssh payas@bebop";
"titan" = "ssh payas@titan"; "titan" = "ssh payas@titan";
"lapetus" = "ssh payas@lapetus"; "lapetus" = "ssh payas@lapetus";
"rhea" = "ssh payas@rhea";
"bbrb" = "sudo nixos-rebuild boot --flake .#bebop -v --target-host root@bebop"; "bbrb" = "sudo nixos-rebuild boot --flake .#bebop -v --target-host root@bebop";
"bbrs" = "sudo nixos-rebuild switch --flake .#bebop -v --target-host root@bebop"; "bbrs" = "sudo nixos-rebuild switch --flake .#bebop -v --target-host root@bebop";
"bkp" = "emacs --script ~/org/elisp-fu/bkp.el"; "bkp" = "emacs --script ~/org/elisp-fu/bkp.el";