From 6191622f0fcbf4a08a501ff7699e3097088acf82 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 31 May 2024 09:33:28 +0100 Subject: [PATCH] Update hostname for Freia in SSH config --- programs/shell/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/shell/ssh.nix b/programs/shell/ssh.nix index 75cd417..b180a3e 100644 --- a/programs/shell/ssh.nix +++ b/programs/shell/ssh.nix @@ -31,7 +31,7 @@ }; "freia" = { user = "elitherl"; - hostname = "freia020.hpc.l"; + hostname = "freia027.hpc.l"; forwardX11Trusted = true; }; "heimdall" = {