summaryrefslogtreecommitdiff
path: root/home/gpg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/gpg.nix')
-rw-r--r--home/gpg.nix15
1 files changed, 7 insertions, 8 deletions
diff --git a/home/gpg.nix b/home/gpg.nix
index 19d169e..ae2614c 100644
--- a/home/gpg.nix
+++ b/home/gpg.nix
@@ -1,8 +1,6 @@
{
config,
- lib,
pkgs,
- inputs,
...
}: {
# install keys into gpg keyring
@@ -10,12 +8,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