From 3c2f28fcc1c54caab8d74205d8b6614df7af9a0d Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 10 May 2024 14:56:34 +0200 Subject: fix(hm/conf/gpg): Set correct gpg home variable --- hm/soispha/conf/gpg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm') 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; -- cgit 1.4.1