From 0830f8e4bcbde986828fadff559c54c18b62327f Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 25 Feb 2021 15:30:04 +0000 Subject: [PATCH] home: gpg: switch to 'tty' pinentry --- home/gpg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/gpg.nix b/home/gpg.nix index 3b6b2d7..e66b803 100644 --- a/home/gpg.nix +++ b/home/gpg.nix @@ -7,7 +7,7 @@ services.gpg-agent = { enable = true; enableSshSupport = true; # One agent to rule them all - pinentryFlavor = "curses"; + pinentryFlavor = "tty"; extraConfig = '' allow-loopback-pinentry '';