Move gpg-ssh support to home-manager
This commit is contained in:
parent
ee98e27dea
commit
f44a829461
@ -54,9 +54,6 @@ in {
|
|||||||
GOPATH = "\${HOME}";
|
GOPATH = "\${HOME}";
|
||||||
PATH = "\${PATH}:\${HOME}/bin";
|
PATH = "\${PATH}:\${HOME}/bin";
|
||||||
|
|
||||||
GPG_TTY = "$(tty)";
|
|
||||||
SSH_AUTH_SOCK = "$(gpgconf --list-dirs agent-ssh-socket)";
|
|
||||||
|
|
||||||
ZSH_TMUX_AUTOSTART = "true";
|
ZSH_TMUX_AUTOSTART = "true";
|
||||||
ZSH_TMUX_AUTOCONNECT = "true";
|
ZSH_TMUX_AUTOCONNECT = "true";
|
||||||
};
|
};
|
||||||
@ -69,7 +66,6 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
gpgconf --launch gpg-agent
|
|
||||||
which apt >/dev/null 2>&1 && plugins=("\$\{(@)plugins:#tmux-my\}")
|
which apt >/dev/null 2>&1 && plugins=("\$\{(@)plugins:#tmux-my\}")
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
@ -85,6 +81,7 @@ in {
|
|||||||
services = {
|
services = {
|
||||||
gpg-agent = {
|
gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableSshSupport = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user