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 = {
|
||||
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