Home Gen8 @ 2025-10-08-15:18 by admin-jroeger@T14-OE130-7-ubuntu
This commit is contained in:
parent
e8e96838b8
commit
25088efbe2
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user