use ssh-agent instead of gpg-agent for ssh

This commit is contained in:
Adithya 2024-01-04 21:51:11 +05:30
parent 7c60c965f5
commit 6e76dc6a3d
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
4 changed files with 2 additions and 2 deletions

View file

@ -5,5 +5,6 @@ _: {
];
services = {
gnome-keyring.enable = true;
ssh-agent.enable = true;
};
}

View file

@ -4,7 +4,6 @@ _: {
enable = true;
enableExtraSocket = true;
enableScDaemon = true;
enableSshSupport = true;
pinentryFlavor = "gnome3";
};
};

View file

@ -9,6 +9,7 @@ _: {
fuse.userAllowOther = true;
git.enable = true;
seahorse.enable = true;
ssh.startAgent = true;
xwayland.enable = true;
zsh.enable = true;
};

View file

@ -2,7 +2,6 @@ _: {
programs.gnupg.agent = {
enable = true;
enableExtraSocket = true;
enableSSHSupport = true;
pinentryFlavor = "gnome3";
};
}