From b21ed78484ba1f5d294fe2f390e43212f929edcd Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Thu, 23 Oct 2025 22:49:41 +0000 Subject: [PATCH] qol(doloro-wsl@hosts): added identity files --- nix/hosts/doloro-wsl/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nix/hosts/doloro-wsl/home.nix b/nix/hosts/doloro-wsl/home.nix index 50808d4..b12972a 100644 --- a/nix/hosts/doloro-wsl/home.nix +++ b/nix/hosts/doloro-wsl/home.nix @@ -111,6 +111,11 @@ matchBlocks = { "*" = { addKeysToAgent = "yes"; + identityFile = [ + "~/.ssh/id_github" + "~/.ssh/id_gitea_scug_io" + "~/.ssh/id_ed25519" + ]; }; }; };