add ssh config

This commit is contained in:
Anthony Cicchetti 2023-11-30 23:10:29 -05:00
parent 9f66b0fed1
commit 78465750ba

View file

@ -27,6 +27,10 @@ in {
"IdentityAgent" = "'${_1pass_socket}'\n";
};
};
"steamdeck" = {
user = "deck";
hostname = "192.168.1.55";
};
};
};
}