From 303aee3fada0bcfb71af81849210d2e9bf145ae3 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 6 Jan 2026 17:14:46 +0100 Subject: [PATCH] minor --- modules/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };