diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-06-01 22:25:26 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-06-01 22:25:26 -0400 |
| commit | cda427ca614dc7642bab19459d8b7b5157076973 (patch) | |
| tree | 15d08b3052ee9cf6c1881daf73e5383788bcbdd4 | |
| parent | remove https protocol support for git (diff) | |
| download | nixos-cda427ca614dc7642bab19459d8b7b5157076973.tar.gz nixos-cda427ca614dc7642bab19459d8b7b5157076973.tar.bz2 nixos-cda427ca614dc7642bab19459d8b7b5157076973.zip | |
add host shortcuts for homelab and vps
| -rw-r--r-- | hosts/nepsis/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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 ''; }; |
