Commit 890940f6cecd

Vincent Demeester <vincent@sbr.pm>
2025-01-12 18:02:43
modules/hardware: add yubikey-touch-detector
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ad9246c
Changed files (1)
systems
modules
hardware
systems/modules/hardware/yubikey.nix
@@ -44,6 +44,9 @@ in
       environment.systemPackages = with pkgs; [
         yubioath-flutter
       ];
+      programs.yubikey-touch-detector = {
+        enable = true;
+      };
     })
     (mkIf cfg.u2f {
       security.pam.u2f = {