From 9c20308df776db3e019cd55ebe19ef85a8fcae18 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 2 Nov 2025 21:58:34 +0100 Subject: [PATCH] use wireguard IP for deck --- modules/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssh.nix b/modules/ssh.nix index 2c34162..7c34bbe 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -58,7 +58,7 @@ }; "deck" = { - hostname = "deck.lan"; + hostname = "10.2.2.40"; user = "yanlin"; identityFile = "~/.ssh/keys/deck"; };