diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-03-16 17:13:15 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-03-16 17:13:15 -0600 |
| commit | 759c4ee7334523886952af9611133a8eb3fbc4da (patch) | |
| tree | 58120ff5517310cfb3c4ea536973f1ec7b0284c4 /home/ssh/match.nix | |
| parent | f8deb1a461edfae1721781ce158f9ae555e35171 (diff) | |
home/ssh: add kiev, kiev-lan
Diffstat (limited to '')
| -rw-r--r-- | home/ssh/match.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/home/ssh/match.nix b/home/ssh/match.nix index 7033b2a..f20a052 100644 --- a/home/ssh/match.nix +++ b/home/ssh/match.nix @@ -63,4 +63,16 @@ user = "git"; hostname = "github.com"; }; + + "kiev" = { + user = "u0_a177"; + port = 8022; + hostname = "10.34.42.2"; + }; + + "kiev-lan" = { + user = "u0_a177"; + port = 8022; + hostname = "192.168.34.211"; + }; } |
