use ssh-agent instead of gpg-agent for ssh
This commit is contained in:
parent
7c60c965f5
commit
6e76dc6a3d
4 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,6 @@ _: {
|
|||
];
|
||||
services = {
|
||||
gnome-keyring.enable = true;
|
||||
ssh-agent.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,7 +4,6 @@ _: {
|
|||
enable = true;
|
||||
enableExtraSocket = true;
|
||||
enableScDaemon = true;
|
||||
enableSshSupport = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -9,6 +9,7 @@ _: {
|
|||
fuse.userAllowOther = true;
|
||||
git.enable = true;
|
||||
seahorse.enable = true;
|
||||
ssh.startAgent = true;
|
||||
xwayland.enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
|
|
@ -2,7 +2,6 @@ _: {
|
|||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableExtraSocket = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue