From 116b8097f63e821505c349c0da251add48db8788 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 24 Feb 2025 14:42:32 +0000 Subject: [PATCH] Change ssh alias for Heimdall to point to JDC --- system/home/shell/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/home/shell/ssh.nix b/system/home/shell/ssh.nix index 06192018..e69d614b 100644 --- a/system/home/shell/ssh.nix +++ b/system/home/shell/ssh.nix @@ -34,7 +34,7 @@ }; "heimdall" = { user = "elitherl"; - hostname = "heimdall003.jet.uk"; + hostname = "10.40.4.103"; compression = true; }; };