From a8f7979131572efb17f5130dff8bebb192afb65d Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 16 Mar 2026 10:13:08 -0600 Subject: [PATCH] Update modules/home/ssh.nix --- modules/home/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/ssh.nix b/modules/home/ssh.nix index d3a8691..fadb176 100644 --- a/modules/home/ssh.nix +++ b/modules/home/ssh.nix @@ -15,7 +15,7 @@ userKnownHostsFile = "/dev/null"; }; "tux" = { - hostname = "tuxworld.usask.ca"; + hostname = "tux8.usask.ca"; user = "atl175"; }; "haschel" = {