From 2c90de7ca471e94ff8cb731b12241ecd38521083 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 9 Oct 2024 02:11:48 -0400 Subject: [PATCH] global/ssh: remove unnecessary host block --- modules/global/ssh.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/global/ssh.nix b/modules/global/ssh.nix index 3d62e0f..e6a6cdc 100644 --- a/modules/global/ssh.nix +++ b/modules/global/ssh.nix @@ -28,9 +28,6 @@ with lib; Host inx.moe Port 245 - - Host vulcan - Hostname vulcan.tail4d9247.ts.net ''; };