fix
This commit is contained in:
parent
44f14d497f
commit
dba07a05b8
1 changed files with 1 additions and 3 deletions
|
|
@ -48,13 +48,11 @@
|
||||||
programs = {
|
programs = {
|
||||||
gpg = {
|
gpg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
scdaemonSettings = {
|
|
||||||
reader-port = "Yubico YubiKey OTP+FIDO+CCID";
|
|
||||||
};
|
|
||||||
settings = {
|
settings = {
|
||||||
cert-digest-algo = "SHA512";
|
cert-digest-algo = "SHA512";
|
||||||
charset = "utf-8";
|
charset = "utf-8";
|
||||||
default-preference-list = "SHA512 SHA384 SHA256 AES256 AES192 AES ZLIB BZIP2 ZIP Uncompressed";
|
default-preference-list = "SHA512 SHA384 SHA256 AES256 AES192 AES ZLIB BZIP2 ZIP Uncompressed";
|
||||||
|
auto-key-retrieve = true;
|
||||||
fixed-list-mode = true;
|
fixed-list-mode = true;
|
||||||
keyserver = "hkps://keyserver.ubuntu.com:443";
|
keyserver = "hkps://keyserver.ubuntu.com:443";
|
||||||
list-options = [ "show-uid-validity" "show-unusable-subkeys" ];
|
list-options = [ "show-uid-validity" "show-unusable-subkeys" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue