refactor(hm/price): disable ccid in scdaemon
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 36s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 36s
This commit is contained in:
parent
45c45e7648
commit
f54efd28cc
@ -5,6 +5,9 @@
|
||||
enable = true;
|
||||
mutableKeys = false;
|
||||
mutableTrust = false;
|
||||
scdaemonSettings = {
|
||||
disable-ccid = true;
|
||||
};
|
||||
publicKeys = [
|
||||
{
|
||||
source = ./public-gpg-yubikey.asc;
|
||||
|
Loading…
Reference in New Issue
Block a user