From 12825bc21f153333bab67cd1df794c418fc62907 Mon Sep 17 00:00:00 2001 From: WORLDofPEACE Date: Sat, 10 Oct 2020 22:16:27 -0400 Subject: [PATCH] nixos/tools: don't mention pinentryFlavor We don't need to actually set this as it find a good default automatically. This could confuse the user into thinking they need to set it themselves. --- nixos/modules/installer/tools/tools.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix index 666a1eff0e62..dd7d586780db 100644 --- a/nixos/modules/installer/tools/tools.nix +++ b/nixos/modules/installer/tools/tools.nix @@ -140,7 +140,6 @@ in # programs.gnupg.agent = { # enable = true; # enableSSHSupport = true; - # pinentryFlavor = "gnome3"; # }; # List services that you want to enable: