From b66dd1d30cd265fb078349b46f3386c78d555704 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Mon, 20 Apr 2026 10:28:34 +0200 Subject: [PATCH] =?UTF-8?q?fix(ssh):=20phantom-ship-zt=20needs=20the=20ded?= =?UTF-8?q?icated=20identity=20key=20=F0=9F=94=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nixos/home/danny/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/home/danny/home.nix b/nixos/home/danny/home.nix index 7a05998..3a55cc4 100644 --- a/nixos/home/danny/home.nix +++ b/nixos/home/danny/home.nix @@ -23,6 +23,7 @@ Host phantom-ship-zt HostName fdd5:53a2:de33:d269:6499:936c:48a:bbdc User danny + IdentityFile ~/.ssh/id_ed25519_phantom_ship IdentitiesOnly yes '';