diff --git a/nix/hosts/doloro/home.nix b/nix/hosts/doloro/home.nix index 97fabc5..e533519 100644 --- a/nix/hosts/doloro/home.nix +++ b/nix/hosts/doloro/home.nix @@ -132,6 +132,10 @@ matchBlocks = { "*" = { addKeysToAgent = "yes"; + identityFile = [ + "~/.ssh/id_ed25519" + "~/.ssh/id_gitea_scug" + ]; }; }; };