feat(teidesu): added orb ssh host

This commit is contained in:
alina 🌸 2024-07-12 02:28:26 +03:00
parent 700bc3939d
commit 60c707560c
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -31,6 +31,14 @@ in {
identityFile = "~/.ssh/ssh.pub";
};
} // (lib.optionalAttrs isDarwin {
# orbstack host
"orb" = {
hostname = "127.0.0.1";
port = 32222;
identityFile = "~/.orbstack/ssh/id_ed25519";
identitiesOnly = true;
};
# 1password ssh agent
"*" = {
extraOptions = {