Add gpg-agent to Guix
This commit is contained in:
parent
54034c220b
commit
9f7b08def2
1 changed files with 10 additions and 1 deletions
|
@ -8,6 +8,9 @@
|
||||||
msmtp-account))
|
msmtp-account))
|
||||||
#:use-module ((gnu home services guix)
|
#:use-module ((gnu home services guix)
|
||||||
#:select (home-channels-service-type))
|
#: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)
|
#:use-module ((gnu packages certs)
|
||||||
#:select (nss-certs))
|
#:select (nss-certs))
|
||||||
#:use-module ((gnu packages cdrom)
|
#:use-module ((gnu packages cdrom)
|
||||||
|
@ -522,4 +525,10 @@
|
||||||
(host "smtp-ryuslash.alwaysdata.net")
|
(host "smtp-ryuslash.alwaysdata.net")
|
||||||
(from "tom@ryuslash.org")
|
(from "tom@ryuslash.org")
|
||||||
(user "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"))))))
|
||||||
|
|
Loading…
Reference in a new issue