mirror of https://github.com/wlcx/home.git
fix
This commit is contained in:
parent
665403ee0f
commit
98a3416191
|
@ -4,7 +4,7 @@
|
|||
home.sessionVariables = {
|
||||
SSH_AUTH_SOCK = let
|
||||
maybeProxy = lib.strings.optionalString config.services.gpg-agent.enableSshSupport " -A $(${config.programs.gpg.package}/bin/gpgconf --list-dirs agent-ssh-socket)";
|
||||
cmd = "${pkgs.ssh-tpm-agent} --print-socket${maybeProxy}";
|
||||
cmd = "${pkgs.ssh-tpm-agent}/bin/ssh-tpm-agent --print-socket${maybeProxy}";
|
||||
in "$(${cmd})";
|
||||
TESTIFICLES = "hello";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue