feat(nix/hm/price): allow age usage to yubikey at same time as gpg
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s
This commit is contained in:
parent
47027b87ae
commit
da3222bddf
@ -3,6 +3,10 @@
|
||||
programs.gpg = {
|
||||
homedir = "${config.xdg.dataHome}/gnupg";
|
||||
enable = true;
|
||||
scdaemonSettings = {
|
||||
pcsc-shared = true;
|
||||
disable-ccid = true;
|
||||
};
|
||||
mutableKeys = false;
|
||||
mutableTrust = false;
|
||||
publicKeys = [
|
||||
|
Loading…
Reference in New Issue
Block a user