summaryrefslogtreecommitdiff
path: root/tw/home/server.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-01-25 20:55:13 +0100
committerTimo Wilken2023-01-25 20:55:13 +0100
commit41433914225e876ffcae5692d927b534f0bb2f11 (patch)
tree2d85711b17a4044dc40123c132dfd52857f763b0 /tw/home/server.scm
parent265a09b3a9e1564a5435571d9fe4bc12cdf6fd5f (diff)
Disable gnupg on servers
I'm not using it at the moment, and this way I don't have to run a user-level shepherd process at all.
Diffstat (limited to 'tw/home/server.scm')
-rw-r--r--tw/home/server.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/home/server.scm b/tw/home/server.scm
index 2cc0ceaf..e564c34d 100644
--- a/tw/home/server.scm
+++ b/tw/home/server.scm
@@ -21,4 +21,4 @@
(simple-service 'vim-is-editor home-environment-variables-service-type
`(("EDITOR" . "vim"))) ; we define no ASYNC_EDITOR
- (append common-services (gnupg-services #:gui-pinentry? #f)))))
+ common-services)))