add ssh config
This commit is contained in:
parent
9f66b0fed1
commit
78465750ba
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ in {
|
||||||
"IdentityAgent" = "'${_1pass_socket}'\n";
|
"IdentityAgent" = "'${_1pass_socket}'\n";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"steamdeck" = {
|
||||||
|
user = "deck";
|
||||||
|
hostname = "192.168.1.55";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue