From 9f7b08def28b09c0602f1e1cbdb9974965742926 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 7 Nov 2023 23:00:34 -0800 Subject: Add gpg-agent to Guix --- oni/home/config/rincewind.scm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'oni/home/config/rincewind.scm') diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm index 9532af6..a0e0b05 100644 --- a/oni/home/config/rincewind.scm +++ b/oni/home/config/rincewind.scm @@ -8,6 +8,9 @@ msmtp-account)) #:use-module ((gnu home services guix) #:select (home-channels-service-type)) + #:use-module ((gnu home services gnupg) + #:select (home-gpg-agent-service-type + home-gpg-agent-configuration)) #:use-module ((gnu packages certs) #:select (nss-certs)) #:use-module ((gnu packages cdrom) @@ -522,4 +525,10 @@ (host "smtp-ryuslash.alwaysdata.net") (from "tom@ryuslash.org") (user "tom@ryuslash.org")))))) - (default-account "ryuslash")))))) + (default-account "ryuslash"))) + + (service home-gpg-agent-service-type + (home-gpg-agent-configuration + (ssh-support? #t) + (extra-content + "allow-emacs-pinentry\n")))))) -- cgit v1.2.3-54-g00ecf