From 41433914225e876ffcae5692d927b534f0bb2f11 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 25 Jan 2023 20:55:13 +0100 Subject: 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. --- tw/home/server.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tw/home/server.scm') 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))) -- cgit v1.2.3