From 005d0451f5cbc2424b9d7b2f016fac4c7706af9f Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 11 Nov 2025 17:33:52 -0600 Subject: [PATCH] testing ssh --- users/blake/dots/core/ssh/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/users/blake/dots/core/ssh/default.nix b/users/blake/dots/core/ssh/default.nix index 5a5a901..6997735 100644 --- a/users/blake/dots/core/ssh/default.nix +++ b/users/blake/dots/core/ssh/default.nix @@ -17,6 +17,9 @@ in { enable = true; enableDefaultConfig = true; matchBlocks = { + "*" = { + identityFile = "${home_dir}/.ssh/id_blake"; + }; "git.blakedheld.xyz" = { user = "gitea"; port = 7567;