summaryrefslogtreecommitdiff
path: root/tw/home/lap.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-09-12 11:07:44 +0200
committerTimo Wilken2023-09-12 11:10:02 +0200
commit340d839c2c4ff47ce047e63969c43393b7a335dc (patch)
tree3367bcf32370a37f168622f80e4b9ab2708e2e84 /tw/home/lap.scm
parent6135934e4594c7d46377a204d1c6bd3452b3edb5 (diff)
Always encrypt to default key as well
Allow specifying a default key for GnuPG, to which it will encrypt everything. This allows me to still read me sent encrypted mail in aerc. See also: https://lists.sr.ht/~rjarry/aerc-discuss/%3CCUMGQ2JG8G0P.YIQ497JVC3AW%40nixos%3E
Diffstat (limited to 'tw/home/lap.scm')
-rw-r--r--tw/home/lap.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tw/home/lap.scm b/tw/home/lap.scm
index e0f23c70..c166c75e 100644
--- a/tw/home/lap.scm
+++ b/tw/home/lap.scm
@@ -207,6 +207,7 @@
(openssh-service #t)
- (append pim-services %interactive-services %common-services)))))
+ (append pim-services %interactive-services %common-services
+ (gnupg-services "53EC3C06856883DD92355BC22FC78504681F69B0" #:gui-pinentry? #t))))))
%lap-home