summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--modules/hardware/trezor.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/hardware/trezor.nix b/modules/hardware/trezor.nix
index ff1f8e38..33cc6f25 100644
--- a/modules/hardware/trezor.nix
+++ b/modules/hardware/trezor.nix
@@ -6,7 +6,6 @@
     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;