Edit vps ssh entry

This commit is contained in:
Yan Lin 2025-09-08 21:46:09 +02:00
parent c74f7033c7
commit f4df67f020

View file

@ -39,14 +39,8 @@
identityFile = "~/.ssh/keys/pi";
};
"personal-vps" = {
hostname = "personal.vps.yanlincs.com";
user = "root";
identityFile = "~/.ssh/keys/hetzner";
};
"vps" = {
hostname = "91.98.84.215";
hostname = "vps.yanlincs.com";
user = "yanlin";
identityFile = "~/.ssh/keys/hetzner";
};