about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-04-04 12:35:55 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-04-04 12:42:31 +0200
commitcf3e6bd29b149bda111d4393109eb4ff6961a13b (patch)
tree83b757b5038578999476905ca18ed190d276c9ef /tests
parent16faa2ca67db71617f808d9d0bbad8a0a04bfd41 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/programs/gnupg/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };