Add hosts entries and fish abbrev for titan and lapetus

titan and lapetus are first of two new Raspberry Pi Zero Ws.

While quite anemic and decidedly incapable of running modern NixOS, they
still run Debian well enough, and are still full computers in their own
right.

So they get hostnames, the first of two moons in solar system, starting
from Saturn (should last a while :p), by ascending order of their year
of discovery. After Saturn, it'll be Jupyter, Uranus, Neptune, and then
back inwards starting from Mars. Luna will be last (if we ever manage to
get that far :p)
This commit is contained in:
Payas Relekar 2023-06-02 01:24:55 +05:30
parent d204e74648
commit 6673436bf3
3 changed files with 6 additions and 0 deletions

View file

@ -47,6 +47,8 @@ in
hosts = {
"192.168.0.5" = [ "hermes" ];
"192.168.0.7" = [ "bebop" ];
"192.168.0.164" = [ "titan" ];
"192.168.0.181" = [ "lapetus" ];
};
};

View file

@ -10,6 +10,8 @@
hosts = {
"192.168.0.7" = [ "bebop" ];
"192.168.0.164" = [ "titan" ];
"192.168.0.181" = [ "lapetus" ];
};
};

View file

@ -72,6 +72,8 @@
"dup" = "doom upgrade";
"dsy" = "doom sync";
"bebop" = "ssh payas@bebop";
"titan" = "ssh payas@titan";
"lapetus" = "ssh payas@lapetus";
"bbrb" = "sudo nixos-rebuild boot --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";