From 5347cf526d1f5cdcf8680f03fcd2a2c228efdf11 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 13 Sep 2019 11:17:50 +0200 Subject: Remove duplicate GNUPGHOME setting --- modules/hardware/trezor.nix | 1 - 1 file changed, 1 deletion(-) 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; -- cgit 1.4.1