mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 16:56:11 +01:00
18 lines
300 B
Nix
18 lines
300 B
Nix
{
|
|
services.gpg-agent = {
|
|
enable = true;
|
|
defaultCacheTtl = 1800;
|
|
# enableSshSupport = true;
|
|
};
|
|
|
|
# programs.ssh = {
|
|
# startAgent = true;
|
|
# # agentTimeout = "1h";
|
|
# extraConfig = ''
|
|
# AddKeysToAgent yes
|
|
# IdentityFile ~/.ssh/senpai_ed25519;
|
|
# '';
|
|
# };
|
|
}
|
|
|