about summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2018-10-27 16:02:16 +0200
committerworldofpeace <worldofpeace@protonmail.ch>2019-10-16 19:56:49 -0400
commitedea9fed725339a42f94f42139b8f9d2af0de5ee (patch)
tree93dbbd83c9692ff7cd79d00f86a4a11e4d62e9fd /nixos/modules/installer
parent66081ceb163b757f40f979ae081535eae0cd0a0e (diff)
downloadnixlib-edea9fed725339a42f94f42139b8f9d2af0de5ee.tar
nixlib-edea9fed725339a42f94f42139b8f9d2af0de5ee.tar.gz
nixlib-edea9fed725339a42f94f42139b8f9d2af0de5ee.tar.bz2
nixlib-edea9fed725339a42f94f42139b8f9d2af0de5ee.tar.lz
nixlib-edea9fed725339a42f94f42139b8f9d2af0de5ee.tar.xz
nixlib-edea9fed725339a42f94f42139b8f9d2af0de5ee.tar.zst
nixlib-edea9fed725339a42f94f42139b8f9d2af0de5ee.zip
nixos/gnupg: add option for setting pinentry flavours
Co-authored-by: Florian Klink <flokli@flokli.de>
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/tools/tools.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix
index 329260059598..9e6eead3c4d7 100644
--- a/nixos/modules/installer/tools/tools.nix
+++ b/nixos/modules/installer/tools/tools.nix
@@ -120,7 +120,11 @@ in
         # Some programs need SUID wrappers, can be configured further or are
         # started in user sessions.
         # programs.mtr.enable = true;
-        # programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
+        # programs.gnupg.agent = {
+        #   enable = true;
+        #   enableSSHSupport = true;
+        #   flavour = "gnome3";
+        # };
 
         # List services that you want to enable: