blob: a92dbce9b68f29aa8ee9f19456472da1cebba05f (
plain)
1
2
3
4
5
6
7
8
|
{ config, lib, ... }: {
programs.ssh.startAgent = false;
# environment.shellInit = ''
# gpg-connect-agent /bye
# export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
# '';
}
|