From a342aa687cf18871734fccbf8e9b5b99af47c6e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 20 Mar 2023 12:23:49 +0100 Subject: [PATCH] feat(ssh): add kabsa key to agent --- configs/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/ssh.nix b/configs/ssh.nix index b66f5c9..5657cd0 100644 --- a/configs/ssh.nix +++ b/configs/ssh.nix @@ -21,6 +21,7 @@ in { "BB3EE102DB8CD45540A78A6B18B511B67061F6B4" # kfm@manakish ed25519 "3F8986755818B5762A096BE212777EAAC441DD9D" # fysiweb rsa "0E4ABD229432486CC432639BB0986B2CDE365105" # agenix ed25519 + "A1E8D32CBFCDBD2DE798E2298D795CCFD785AE06" # kfm@kabsa ed25519 ]; }; };