Skyler Grey | 3780300 | 2022-08-03 10:09:19 +0100 | [diff] [blame] | 1 | { ... }: { |
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 | } |