base: switch to gpg-agent for ssh agent

This commit is contained in:
Antoine Martin 2022-11-14 19:28:38 +01:00
parent 9a68486370
commit 751f3746c7

View file

@ -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;