Remove old keychain keys
This commit is contained in:
parent
d20eb86696
commit
f31630a66b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue