From 8ef2e67ae4ec66cfc355f115504aecf9716cb9f6 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Sat, 25 Oct 2025 21:33:17 +0100 Subject: [PATCH] qol(doloro@hosts): added identity files --- nix/hosts/doloro/home.nix | 4 ++++ 1 file changed, 4 insertions(+) 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" + ]; }; }; };