From 52d40b920f3175d383ae3a0eb6d3df4fb8f8bac6 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 18 Nov 2024 13:40:59 +0000 Subject: [PATCH] Revert "SSH change Heimdall alias back to "old" heimdall address" This reverts commit 3d956ce781a919522ef9a07b52109410373fc9bb. --- 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 ab3eb0f8..0833605a 100644 --- a/system/home/shell/ssh.nix +++ b/system/home/shell/ssh.nix @@ -38,7 +38,7 @@ }; "heimdall" = { user = "elitherl"; - hostname = "heimdall003.jet.uk"; + hostname = "10.40.4.115"; # heimdall115.jetdata.eu compression = true; }; };