Adds ssh aliases

This commit is contained in:
Bailey 2024-01-23 01:39:26 -05:00
parent 4e3d88333d
commit 582d974f70

View file

@ -222,17 +222,17 @@ in
controlMaster = "auto";
controlPersist = "5m";
matchBlocks = {
"jellydonut sol pegasi" = {
forwardAgent = true;
hostname = "%h.gg.lan";
};
"freedom" = {
user = "wasv";
forwardAgent = true;
hostname = "%h.csh.rit.edu";
"jellydonut sol pegasi gallifrey" = {
forwardAgent = true;
hostname = "%h.gg.lan";
};
"freedom shell" = {
user = "wasv";
forwardAgent = true;
hostname = "%h.csh.rit.edu";
};
};
};
};
programs.fzf.enable = true;
programs.zellij = {