about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-06-04 17:02:29 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-06-04 17:10:55 +0200
commit0def06f47d58ab21f81eba67b51283e5ba7647d2 (patch)
treedeccc427be5bfef5a687364223e656b53b4edc7e /modules
parent40c50282cbfafd96f29aff14a03cb5f342b9fd7e (diff)
profiles/workstation: Enable GnuPG scdaemon
This is needed to access things such as the YubiKey 4.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/workstation/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix
index 80a7b7c4..0bce725d 100644
--- a/modules/user/aszlig/profiles/workstation/default.nix
+++ b/modules/user/aszlig/profiles/workstation/default.nix
@@ -105,6 +105,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;
 
     services = {
       openssh = {