Remove duplicate GNUPGHOME setting
1 file changed, 0 insertions(+), 1 deletion(-)
jump to
M modules/hardware/trezor.nix → modules/hardware/trezor.nix
@@ -6,7 +6,6 @@ gnupg pinentry (python3.withPackages(ps: with ps; [ trezor_agent wheel ])) ]; - environment.variables.GNUPGHOME = "$HOME/.gnupg/trezor/"; programs.gnupg.agent = { enable = lib.mkForce false; enableSSHSupport = lib.mkForce false;