Remove imac ssh entry

This commit is contained in:
Yan Lin 2025-08-26 20:14:44 +02:00
parent 1126a20da7
commit b6f0593187

View file

@ -13,7 +13,6 @@
identityFile = "~/.ssh/keys/github";
};
"aicloud" = {
hostname = "aicloud";
user = "hb05nk@cs.aau.dk";
@ -45,12 +44,6 @@
identityFile = "~/.ssh/keys/hetzner";
};
"imac" = {
hostname = "imac.hw.yanlincs.com";
user = "yanlin";
identityFile = "~/.ssh/keys/imac";
};
};
};
}