Home Gen8 @ 2025-10-08-15:18 by admin-jroeger@T14-OE130-7-ubuntu

This commit is contained in:
Jonas Röger 2025-10-08 15:18:03 +02:00
parent e8e96838b8
commit 25088efbe2
Signed by: jonas
GPG Key ID: 4000EB35E1AE0F07

View File

@ -13,7 +13,11 @@ in {
default = "qt"; default = "qt";
description = "The pinentry flavour to use"; 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 { config = lib.mkIf cfg.enable {