summaryrefslogtreecommitdiff
path: root/tw/home/cern.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/cern.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/cern.scm')
-rw-r--r--tw/home/cern.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tw/home/cern.scm b/tw/home/cern.scm
index 71da61fa..f0dc7214 100644
--- a/tw/home/cern.scm
+++ b/tw/home/cern.scm
@@ -132,6 +132,7 @@
(openssh-service #f)
- (append %common-services %interactive-services pim-services)))))
+ (append %common-services %interactive-services pim-services
+ (gnupg-services "C2249BBE5E8761C943A0CFA1B7B3914BF63ACD7C" #:gui-pinentry? #t))))))
%cern-home