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