base: switch to gpg-agent for ssh agent
This commit is contained in:
parent
9a68486370
commit
751f3746c7
|
@ -3,16 +3,11 @@
|
|||
fish.enable = true;
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
};
|
||||
less.enable = true;
|
||||
mosh.enable = true;
|
||||
ssh = {
|
||||
startAgent = true;
|
||||
extraConfig = ''
|
||||
AddKeysToAgent yes
|
||||
'';
|
||||
};
|
||||
|
||||
# setcap wrapper for network permissions
|
||||
bandwhich.enable = true;
|
||||
|
|
Loading…
Reference in a new issue