summary refs log tree commit diff stats
path: root/modules/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware')
-rw-r--r--modules/hardware/nitrokey.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/hardware/nitrokey.nix b/modules/hardware/nitrokey.nix
index 7de3857..a0a27b0 100644
--- a/modules/hardware/nitrokey.nix
+++ b/modules/hardware/nitrokey.nix
@@ -6,6 +6,14 @@ let
 in
 { programs.ssh.startAgent = false;
 
+  programs.gnupg = {
+    agent = {
+      enable = true;
+      enableSSHSupport = true;
+    };
+    dirmngr.enable = true;
+  };
+
   hardware.nitrokey = {
     enable = true;
   };