Home Gen7 @ 2025-10-08-14:51 by admin-jroeger@T14-OE130-7-ubuntu

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

View File

@ -27,8 +27,8 @@ in {
trust = "ultimate";
}
];
scdaemonSettings = {
disable-ccid = !cfg.withCCID;
scdaemonSettings = lib.mkIf (!cfg.withCCID) {
disable-ccid = true;
};
};
services.gpg-agent = {