Remove keychain
Use gnome-keyring for ssh-agent instead
This commit is contained in:
parent
6b7b76e7bc
commit
77f88fc7aa
|
@ -28,13 +28,5 @@
|
||||||
"git*".user = "git";
|
"git*".user = "git";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
keychain = {
|
|
||||||
enable = true;
|
|
||||||
extraFlags = [ "--quiet" "--noask" "--ignore-missing" ];
|
|
||||||
keys = [ "id_rsa" "id_ed25519" ];
|
|
||||||
enableBashIntegration = true;
|
|
||||||
enableZshIntegration = true;
|
|
||||||
enableXsessionIntegration = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue