From c7b123a81a91ee26eb0cc5d875347d58d807925f Mon Sep 17 00:00:00 2001 From: Daniel Fullmer Date: Sat, 2 Nov 2019 15:40:48 -0400 Subject: [PATCH] nixos-generate-config: Fix incorrectly named option This appears to be a typo from c2576266baaf02be2d4da39cf25ed48044b6245e --- nixos/modules/installer/tools/tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix index 9e6eead3c4d7..052e7fdd4fc1 100644 --- a/nixos/modules/installer/tools/tools.nix +++ b/nixos/modules/installer/tools/tools.nix @@ -123,7 +123,7 @@ in # programs.gnupg.agent = { # enable = true; # enableSSHSupport = true; - # flavour = "gnome3"; + # pinentryFlavor = "gnome3"; # }; # List services that you want to enable: