From 7f55c13245d4549ef8a3acad670a0facc80985fb Mon Sep 17 00:00:00 2001 From: b12f Date: Wed, 30 Oct 2024 22:43:29 +0100 Subject: [PATCH] users/b12f: add mezza ssh key --- users/b12f/ssh.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/users/b12f/ssh.nix b/users/b12f/ssh.nix index 7bce624..36d7877 100644 --- a/users/b12f/ssh.nix +++ b/users/b12f/ssh.nix @@ -33,8 +33,9 @@ in { extraConfig = '' IdentitiesOnly yes IdentityFile /home/${psCfg.user.name}/.ssh/id_yubi_gpg.pub - IdentityFile /home/${psCfg.user.name}/.ssh/id_ed25519_sk-464.pub - IdentityFile /home/${psCfg.user.name}/.ssh/id_ed25519_sk-485.pub + IdentityFile /home/${psCfg.user.name}/.ssh/id_ed25519_mezza + IdentityFile /home/${psCfg.user.name}/.ssh/id_ed25519_sk-464 + IdentityFile /home/${psCfg.user.name}/.ssh/id_ed25519_sk-485 ''; matchBlocks = { "git.pub.solar" = {