home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 048ffb720d92fa765a88c7f3459d6f7e101c34d1
parent 6af1d96f98c23ed02209d959e857990a82a80cb0
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 15 Nov 2019 11:49:33 +0100

profiles.gpg: no need for allow-emacs-pinentry

it is set by profiles.emacs

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/gpg.nix | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/modules/profiles/gpg.nix b/modules/profiles/gpg.nix @@ -27,7 +27,6 @@ in enableSshSupport = true; defaultCacheTtlSsh = 7200; extraConfig = '' -allow-emacs-pinentry pinentry-program ${cfg.pinentry} ''; };