Remove keychain

Use gnome-keyring for ssh-agent instead
This commit is contained in:
Evie Litherland-Smith 2023-09-30 09:31:30 +01:00
parent 6b7b76e7bc
commit 77f88fc7aa

View file

@ -28,13 +28,5 @@
"git*".user = "git";
};
};
keychain = {
enable = true;
extraFlags = [ "--quiet" "--noask" "--ignore-missing" ];
keys = [ "id_rsa" "id_ed25519" ];
enableBashIntegration = true;
enableZshIntegration = true;
enableXsessionIntegration = true;
};
};
}