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" = {