From 7479a8c2987c7a5d7f9ed4a5beb2a25d83d9a055 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sun, 12 Jun 2022 21:42:52 -0500 Subject: [PATCH] deps: gets gpg going --- hosts/maxos/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/maxos/configuration.nix b/hosts/maxos/configuration.nix index 1ccdee7..e078cd7 100644 --- a/hosts/maxos/configuration.nix +++ b/hosts/maxos/configuration.nix @@ -99,6 +99,9 @@ in wget vim firefox git + pinentry + pinentry-curses + gnupg ]; programs.zsh.enable = true; @@ -110,7 +113,7 @@ in services.pcscd.enable = true; programs.gnupg.agent = { enable = true; - pinentryFlavor = "gtk2"; + pinentryFlavor = "curses"; enableSSHSupport = true; };