From cda427ca614dc7642bab19459d8b7b5157076973 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 1 Jun 2026 22:25:26 -0400 Subject: [PATCH] add host shortcuts for homelab and vps --- hosts/nepsis/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index e5d503d..5d13b38 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -42,6 +42,12 @@ Port 2223 User git ProxyJump git-vps + Host homelab + HostName 192.168.1.120 + Port 22 + Host vps + Hostname 170.205.37.7 + Port 2222 ''; }; -- 2.54.0