many changes, too lazy to explain

This commit is contained in:
do butterflies cry? 2026-02-20 02:18:03 +10:00
parent dbefc3ec9e
commit 5122fa1811
24 changed files with 207 additions and 103 deletions

View file

@ -118,25 +118,31 @@
hostname = "dobutterfliescry.net";
user = "cry";
port = 42069;
identityFile = "~/.ssh/id_butterfly";
identityFile = "~/keys/butterfly";
setEnv = {
TERM = "linux";
TERM = "xterm-256color";
};
};
clocktown = {
hyrule = {
hostname = "hyrule.dobutterfliescry.net";
user = "cry";
port = 42069;
identityFile = "~/.ssh/id_hyrule";
identityFile = "~/keys/hyrule";
setEnv = {
TERM = "linux";
TERM = "xterm-256color";
};
};
matcha = {
hostname = "192.168.88.250";
user = "emile";
port = 22;
identityFile = "~/keys/matcha";
};
youcue = {
hostname = "moss.labs.eait.uq.edu.au";
user = "s4740056";
port = 22;
identityFile = "~/.ssh/id_youcue";
identityFile = "~/keys/other/youcue";
setEnv = {
TERM = "xterm-256color";
};