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"; };