chore(gnupg): change gnupg home directory

This commit is contained in:
Yorick Barbanneau 2025-04-07 00:14:39 +02:00
parent 3328f4a4f5
commit e376634d06

View file

@ -30,6 +30,7 @@ in
scdaemonSettings = { scdaemonSettings = {
disable-ccid = true; disable-ccid = true;
}; };
homedir = "${config.xdg.configHome}/gnupg";
}; };
services.gpg-agent = { services.gpg-agent = {