blob: a912f0f9f9baa982bf8e3179b4c8c889dcf0ee50 [file] [log] [blame]
{ ... }: {
programs.ssh = {
enable = true;
matchBlocks = {
logerrit = {
hostname = "gerrit.libreoffice.org";
identityFile = "~/.ssh/id_rsa";
port = 29418;
user = "Minion3665";
};
transplace = {
hostname = "95.217.87.112";
identityFile = "~/.ssh/id_transplace";
};
};
};
home.shellAliases = {
ssh = "kitty +kitten ssh";
s = "kitty +kitten ssh";
};
}