about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--hm/soispha/conf/gpg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/gpg/default.nix b/hm/soispha/conf/gpg/default.nix
index 15be872b..9a7820f3 100644
--- a/hm/soispha/conf/gpg/default.nix
+++ b/hm/soispha/conf/gpg/default.nix
@@ -5,7 +5,7 @@
 }: {
   programs.gpg = {
     enable = true;
-    homedir = "${config.xdg.dataHome}/gnupg/onlykey";
+    homedir = "${config.xdg.dataHome}/gnupg";
     mutableKeys = true;
     mutableTrust = true;