From 0a3d4f54b3bc029717c8ef5967f005716a0c7baf Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 23 Sep 2024 12:27:39 -0400 Subject: [PATCH] global/networking: add vulcan ssh host --- modules/global/ssh.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/global/ssh.nix b/modules/global/ssh.nix index e6a6cdc..3d62e0f 100644 --- a/modules/global/ssh.nix +++ b/modules/global/ssh.nix @@ -28,6 +28,9 @@ with lib; Host inx.moe Port 245 + + Host vulcan + Hostname vulcan.tail4d9247.ts.net ''; };