[chore] Add handmade server to macos ssh config.

This commit is contained in:
jmug
2026-02-23 14:52:15 -08:00
parent f7bb87b809
commit 41defbf967
+5
View File
@@ -89,6 +89,11 @@ in {
hostname = "192.168.8.241"; hostname = "192.168.8.241";
forwardAgent = true; forwardAgent = true;
}; };
handmade = {
user = "jmug";
hostname = "82.180.160.149";
forwardAgent = true;
};
}; };
}; };