diff options
author | Alan Pearce | 2019-09-13 11:17:50 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-13 11:17:50 +0200 |
commit | 5347cf526d1f5cdcf8680f03fcd2a2c228efdf11 (patch) | |
tree | 23af0f050dceabd6c07494b62ee40498e997a3c6 /modules | |
parent | edd745a2cc7f9c6619bc31c5a77adb6e19bf31db (diff) | |
download | nixos-configuration-5347cf526d1f5cdcf8680f03fcd2a2c228efdf11.tar.lz nixos-configuration-5347cf526d1f5cdcf8680f03fcd2a2c228efdf11.tar.zst nixos-configuration-5347cf526d1f5cdcf8680f03fcd2a2c228efdf11.zip |
Remove duplicate GNUPGHOME setting
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; |