]> Skullheadx's Git Forge - nixos.git/commitdiff
add host shortcuts for homelab and vps
authorSkullheadx <admonty1@protonmail.com>
Tue, 2 Jun 2026 02:25:26 +0000 (22:25 -0400)
committerSkullheadx <admonty1@protonmail.com>
Tue, 2 Jun 2026 02:25:26 +0000 (22:25 -0400)
hosts/nepsis/configuration.nix

index e5d503d4a72d61ef9469aa3b9c6dae98e78438c5..5d13b3867d15ea6db511833df5d18ae8e349465f 100644 (file)
         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
     '';
   };