From 7f10dea6964ca36a09646aac104c12a2fadf22e2 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 26 Dec 2025 21:08:09 -0500 Subject: update commits --- home/gpg.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'home') diff --git a/home/gpg.nix b/home/gpg.nix index 19d169e..5c77c78 100644 --- a/home/gpg.nix +++ b/home/gpg.nix @@ -10,12 +10,13 @@ enable = true; homedir = "${config.xdg.dataHome}/gnupg"; - publicKeys = - map (path: { - source = path; - trust = 5; - }) - inputs.self.lib.gpgKeys; + # TODO: only import keys once + #publicKeys = + # map (path: { + # source = path; + # trust = 5; + # }) + # inputs.self.lib.gpgKeys; }; # global gpg agent -- cgit v1.2.3-freya