add rpi host

This commit is contained in:
Yan Lin 2026-01-06 17:06:11 +01:00
parent dd404951ad
commit 9131c9061f

View file

@ -52,6 +52,12 @@
identityFile = "~/Credentials/ssh_keys/hetzner";
};
"rpi" = {
hostname = "100.117.162.102";
user = "yanlin";
identityFile = "~/Credentials/ssh_keys/rpi";
};
};
};
}