feat(teidesu): added orb
ssh host
This commit is contained in:
parent
700bc3939d
commit
60c707560c
1 changed files with 8 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue