blob: a912f0f9f9baa982bf8e3179b4c8c889dcf0ee50 [file] [log] [blame]
Skyler Grey37803002022-08-03 10:09:19 +01001{ ... }: {
2 programs.ssh = {
3 enable = true;
4 matchBlocks = {
5 logerrit = {
6 hostname = "gerrit.libreoffice.org";
7 identityFile = "~/.ssh/id_rsa";
8 port = 29418;
9 user = "Minion3665";
10 };
Skyler Grey82e00702022-08-19 15:59:30 +010011 transplace = {
12 hostname = "95.217.87.112";
13 identityFile = "~/.ssh/id_transplace";
14 };
Skyler Grey37803002022-08-03 10:09:19 +010015 };
16 };
17
18 home.shellAliases = {
19 ssh = "kitty +kitten ssh";
20 s = "kitty +kitten ssh";
21 };
22}