diff --git a/ssh.nix b/ssh.nix index eeb0788..5a5734d 100644 --- a/ssh.nix +++ b/ssh.nix @@ -57,6 +57,7 @@ in proxyJump = false; }; "lionheart" = server { hostname = "192.168.5.6"; }; + "pinetab2" = server { hostname = "192.168.5.13"; }; "garage1" = server { hostname = "192.168.20.40"; }; "garage2" = server { hostname = "192.168.20.41"; }; "redtail" = server { hostname = "192.168.20.23"; };