From 25088efbe243abcfc812a377824737c47ff228b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 8 Oct 2025 15:18:03 +0200 Subject: [PATCH] Home Gen8 @ 2025-10-08-15:18 by admin-jroeger@T14-OE130-7-ubuntu --- modules/home/yubikey.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/home/yubikey.nix b/modules/home/yubikey.nix index 1c82661..ea167ee 100644 --- a/modules/home/yubikey.nix +++ b/modules/home/yubikey.nix @@ -13,7 +13,11 @@ in { default = "qt"; description = "The pinentry flavour to use"; }; - withCCID = mkEnableOption "Use stand-aline CCID (instead of a running pcscd service)"; + withCCID = mkOption { + type = types.bool; + default = true; + description = "Use stand-alone CCID (instead of a running pcscd service)"; + }; }; config = lib.mkIf cfg.enable {