diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/hardware/trezor.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/hardware/trezor.nix b/modules/hardware/trezor.nix index ff1f8e3..33cc6f2 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; |