From 19b0858b2619c9d49dccc7d91dbed649858a57b0 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Tue, 17 Sep 2024 09:58:44 +0200 Subject: [PATCH] Added macbook --- shared/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/ssh.nix b/shared/ssh.nix index 5d6f9b1..6a2757d 100644 --- a/shared/ssh.nix +++ b/shared/ssh.nix @@ -69,7 +69,7 @@ identityFile = "/home/fw/.ssh/fw-ssh-key"; }; "mac" = { - hostname = "82.76.34.36"; + hostname = "192.168.0.206"; port = 22; user = "ifacts"; identityFile = "/home/fw/.ssh/ifacts-ssh-key";