all repos — nixfiles @ 5347cf526d1f5cdcf8680f03fcd2a2c228efdf11

System and user configuration, managed by nix and home-manager

Remove duplicate GNUPGHOME setting
Alan Pearce alan@alanpearce.eu
Fri, 13 Sep 2019 11:17:50 +0200
commit

5347cf526d1f5cdcf8680f03fcd2a2c228efdf11

parent

edd745a2cc7f9c6619bc31c5a77adb6e19bf31db

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M modules/hardware/trezor.nixmodules/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;