summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-09-13 11:17:50 +0200
committerAlan Pearce2019-09-13 11:17:50 +0200
commit5347cf526d1f5cdcf8680f03fcd2a2c228efdf11 (patch)
tree23af0f050dceabd6c07494b62ee40498e997a3c6
parentedd745a2cc7f9c6619bc31c5a77adb6e19bf31db (diff)
downloadnixos-configuration-5347cf526d1f5cdcf8680f03fcd2a2c228efdf11.tar.lz
nixos-configuration-5347cf526d1f5cdcf8680f03fcd2a2c228efdf11.tar.zst
nixos-configuration-5347cf526d1f5cdcf8680f03fcd2a2c228efdf11.zip
Remove duplicate GNUPGHOME setting
-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 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;