summaryrefslogtreecommitdiff
path: root/tw/home/lud.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-01-19 22:57:08 +0100
committerTimo Wilken2023-01-19 22:57:08 +0100
commitaff5b25860a9dd93b4038548fefcc27d85f201b6 (patch)
tree23253e4a7b3d8b3d640db8470e01c86d5c9821e6 /tw/home/lud.scm
parenta573a32b870466b5ffeb05ded536e6358b4a403f (diff)
Allow specifying non-GUI pinentry program
On servers, I want to use pinentry-tty instead.
Diffstat (limited to 'tw/home/lud.scm')
-rw-r--r--tw/home/lud.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tw/home/lud.scm b/tw/home/lud.scm
index 10f4b107..44cd0c2b 100644
--- a/tw/home/lud.scm
+++ b/tw/home/lud.scm
@@ -7,4 +7,5 @@
;; These packages will show up in the home profile, under ~/.guix-home/profile.
(packages (append common-packages emacs-packages))
;; To search for available home services, run 'guix home search KEYWORD'.
- (services (append common-services emacs-services)))
+ (services (append (gnupg-services #:gui-pinentry? #f)
+ common-services emacs-services)))