Remove (more) unused remotes

This commit is contained in:
Yan Lin 2025-07-27 18:27:16 +02:00
parent 4bbeda2157
commit 12806c6489

View file

@ -5,6 +5,7 @@
enable = true; enable = true;
matchBlocks = { matchBlocks = {
"aicloud" = { "aicloud" = {
hostname = "aicloud"; hostname = "aicloud";
user = "hb05nk@cs.aau.dk"; user = "hb05nk@cs.aau.dk";
@ -36,12 +37,6 @@
identityFile = "~/.ssh/keys/hetzner"; identityFile = "~/.ssh/keys/hetzner";
}; };
"zero" = {
hostname = "zero.hw.yanlincs.com";
user = "yanlin";
identityFile = "~/.ssh/keys/pi";
};
}; };
}; };
} }