blob: 3ab03fc2732ebb8a007b2f21f765a6136eb80242 [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 };
11 };
12 };
13
14 home.shellAliases = {
15 ssh = "kitty +kitten ssh";
16 s = "kitty +kitten ssh";
17 };
18}