about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-10 14:56:34 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-10 14:56:34 +0200
commit3c2f28fcc1c54caab8d74205d8b6614df7af9a0d (patch)
tree902dc663ac0db42ddfb397c9f3be8a3483f23d9e /hm
parentfix(hm/conf/gpg): Allow mutable keys and thus remove old keys (diff)
downloadnixos-config-3c2f28fcc1c54caab8d74205d8b6614df7af9a0d.zip
fix(hm/conf/gpg): Set correct gpg home variable
Diffstat (limited to 'hm')
-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;