From e8e96838b87cadd9eb4f444901e4240b1f800014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 8 Oct 2025 15:12:03 +0200 Subject: [PATCH] Home Gen7 @ 2025-10-08-14:51 by admin-jroeger@T14-OE130-7-ubuntu --- modules/home/yubikey.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/yubikey.nix b/modules/home/yubikey.nix index 71a2c2c..1c82661 100644 --- a/modules/home/yubikey.nix +++ b/modules/home/yubikey.nix @@ -27,8 +27,8 @@ in { trust = "ultimate"; } ]; - scdaemonSettings = { - disable-ccid = !cfg.withCCID; + scdaemonSettings = lib.mkIf (!cfg.withCCID) { + disable-ccid = true; }; }; services.gpg-agent = {