From 0def06f47d58ab21f81eba67b51283e5ba7647d2 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 4 Jun 2016 17:02:29 +0200 Subject: profiles/workstation: Enable GnuPG scdaemon This is needed to access things such as the YubiKey 4. Signed-off-by: aszlig --- modules/user/aszlig/profiles/workstation/default.nix | 1 + 1 file changed, 1 insertion(+) 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 = { -- cgit 1.4.1