From 3f9d23dbad531b6af92dd4f098743b6eb3520bad Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 31 Jan 2024 11:32:11 +0800 Subject: [PATCH] fix: gpg: [stdin]: encryption failed: Unusable public key --- home/base/desktop/gpg/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/base/desktop/gpg/default.nix b/home/base/desktop/gpg/default.nix index 4ab8b50c..cfaa3013 100644 --- a/home/base/desktop/gpg/default.nix +++ b/home/base/desktop/gpg/default.nix @@ -19,10 +19,10 @@ mutableKeys = false; publicKeys = [ # https://www.gnupg.org/gph/en/manual/x334.html - # { - # source = "${mysecrets}/public/ryan4yin-gpg-keys.pub"; - # trust = 5; - # } # ultimate trust, my own keys. + { + source = "${mysecrets}/public/ryan4yin-gpg-keys-2014-01-27.pub"; + trust = 5; + } # ultimate trust, my own keys. ]; # This configuration is based on the tutorial below, it allows for a robust setup