summary refs log tree commit diff stats
path: root/modules/hardware/nitrokey.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/nitrokey.nix')
-rw-r--r--modules/hardware/nitrokey.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/hardware/nitrokey.nix b/modules/hardware/nitrokey.nix
index ac85e35..7de3857 100644
--- a/modules/hardware/nitrokey.nix
+++ b/modules/hardware/nitrokey.nix
@@ -6,6 +6,10 @@ let
 in
 { programs.ssh.startAgent = false;
 
+  hardware.nitrokey = {
+    enable = true;
+  };
+
   services.pcscd.enable = true;
 
   services.tor = {