From ff38f904b880867db9e531c02e74943effe80db1 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 22 Sep 2024 12:42:31 +0200 Subject: [PATCH] feat: allow emacs and loopback pinentry --- home/home-configuration.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 4c9da87..151bc85 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -344,7 +344,11 @@ exec ~a ~a" (service home-gpg-agent-service-type (home-gpg-agent-configuration (pinentry-program - (file-append pinentry-gtk2 "/bin/pinentry-gtk-2")))) + (file-append pinentry-gtk2 "/bin/pinentry-gtk-2")) + (extra-content + "allow-emacs-pinentry +allow-loopback-pinentry +"))) (service home-pipewire-service-type) (service home-dbus-service-type)))) -- 2.48.1