all repos — nixfiles @ 41aa7cc366d2242c0dbf1e035f22e7118e2ca942

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

overhaul gnupg/trezor setup

Alan Pearce
commit

41aa7cc366d2242c0dbf1e035f22e7118e2ca942

parent

cd49be6796ebf629bb7de3590b30f08824ce70b8

1 file changed, 0 insertions(+), 6 deletions(-)

changed files
M system/settings/hardware/trezor.nixsystem/settings/hardware/trezor.nix
@@ -5,13 +5,7 @@ , ...
}: { services.trezord.enable = true; environment.systemPackages = with pkgs; [ - gnupg - pinentry (python3.withPackages (ps: with ps; [ trezor_agent wheel ])) trezor-suite ]; - programs.gnupg.agent = { - enable = lib.mkForce false; - enableSSHSupport = lib.mkForce false; - }; }