refactor(nix/hm/price): do not modify gpg scdaemon settings
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m7s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m7s
This commit is contained in:
parent
1f1ee63b7b
commit
2f75fe897d
@ -3,10 +3,6 @@
|
|||||||
programs.gpg = {
|
programs.gpg = {
|
||||||
homedir = "${config.xdg.dataHome}/gnupg";
|
homedir = "${config.xdg.dataHome}/gnupg";
|
||||||
enable = true;
|
enable = true;
|
||||||
scdaemonSettings = {
|
|
||||||
pcsc-shared = true;
|
|
||||||
disable-ccid = true;
|
|
||||||
};
|
|
||||||
mutableKeys = false;
|
mutableKeys = false;
|
||||||
mutableTrust = false;
|
mutableTrust = false;
|
||||||
publicKeys = [
|
publicKeys = [
|
||||||
|
Loading…
Reference in New Issue
Block a user