diff --git a/modules/ssh.nix b/modules/ssh.nix index dd9e6f1..231299c 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -53,7 +53,7 @@ }; "rpi" = { - hostname = "100.117.162.102"; + hostname = "rpi.yanlincs.com"; user = "yanlin"; identityFile = "~/Credentials/ssh_keys/rpi"; };