From 374883f09cc563b9e0ad06eb0065c0dc90606e21 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 18 Jul 2024 17:23:46 -0500 Subject: [PATCH] gpg | remove cruft --- home/common/gnupg.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/home/common/gnupg.nix b/home/common/gnupg.nix index d1869a4..aca1d9b 100644 --- a/home/common/gnupg.nix +++ b/home/common/gnupg.nix @@ -5,12 +5,8 @@ keyserver = "hkp://keys.gnupg.net"; cert-digest-algo = "SHA256"; no-emit-version = ""; - #no-comments = ""; personal-cipher-preferences = "AES AES256 AES192 CAST5"; personal-digest-preferences = "SHA256 SHA512 SHA384 SHA224"; - #ignore-time-conflict = ""; - #allow-freeform-uid = ""; - #utf8-strings auto-key-locate = "local"; }; };