From 11e4a85134d79c2a9f74f4501ea45181facf38f6 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 11 Feb 2024 21:22:14 +0100 Subject: new ssh key --- profiles/core/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles') diff --git a/profiles/core/home.nix b/profiles/core/home.nix index 78abfe7..cd9b7b5 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -50,7 +50,7 @@ enable = true; matchBlocks = { "*" = { - identityFile = "${config.ivi.home}/.ssh/id_ed25519"; + identityFile = "${config.ivi.home}/.ssh/id_ed25519_sk"; }; }; }; -- cgit v1.2.3