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 = {
|
programs.keychain = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keys = [ "id_ed25519" "bitbucket" "github" "gitlab" "heroku" "local" ];
|
keys = [ "id_ed25519" ];
|
||||||
agents = [ "gpg" "ssh" ];
|
agents = [ "gpg" "ssh" ];
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue