From cf3e6bd29b149bda111d4393109eb4ff6961a13b Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 4 Apr 2016 12:35:55 +0200 Subject: tests/gnupg: Enable scdaemon support We're not testing this thoroughly though, but this makes sure that we don't accidentally break module support for scdaemon. Signed-off-by: aszlig --- tests/programs/gnupg/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/programs/gnupg/default.nix b/tests/programs/gnupg/default.nix index db77b92f..5889ebc2 100644 --- a/tests/programs/gnupg/default.nix +++ b/tests/programs/gnupg/default.nix @@ -36,6 +36,7 @@ in { vuizvui.programs.gnupg.enable = true; vuizvui.programs.gnupg.agent.enable = true; vuizvui.programs.gnupg.agent.sshSupport = true; + vuizvui.programs.gnupg.agent.scdaemon.enable = true; programs.ssh.startAgent = false; }; -- cgit 1.4.1