ssh alias

This commit is contained in:
Sridhar Ratnakumar 2021-04-15 18:57:39 -04:00
parent 81375b880b
commit efd96e604c

View file

@ -117,8 +117,7 @@ in
h = "${himalaya}/bin/himalaya";
em = "TERM=xterm-direct emacs -nw";
};
sessionVariables = {
};
sessionVariables = { };
};
starship = {
@ -131,6 +130,15 @@ in
jq.enable = true;
};
programs.ssh = {
enable = true;
matchBlocks = {
"p71" = {
hostname = "192.168.2.24";
};
};
};
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage
# when a new Home Manager release introduces backwards