Use keychain for ssh keys

This commit is contained in:
Andreas Zweili 2022-12-20 16:59:49 +01:00
parent c0f99429ba
commit d5d4d70df8
2 changed files with 2 additions and 1 deletions

View File

@ -116,4 +116,4 @@ if ! shopt -oq posix; then
. /etc/bash_completion
fi
fi
eval "$(ssh-agent -s)"
eval "$(keychain --eval --quiet)"

View File

@ -18,6 +18,7 @@
};
home.packages = with pkgs; [
keychain
nixpkgs-fmt
mosh
];