Remove old keychain keys

This commit is contained in:
Filippo Berto 2021-12-28 10:48:51 +01:00
parent d20eb86696
commit f31630a66b

View file

@ -1,7 +1,7 @@
{
programs.keychain = {
enable = true;
keys = [ "id_ed25519" "bitbucket" "github" "gitlab" "heroku" "local" ];
keys = [ "id_ed25519" ];
agents = [ "gpg" "ssh" ];
enableBashIntegration = true;
enableZshIntegration = true;