From eace013f6b0b8e20d1b6210aa776ca40408ae1dc Mon Sep 17 00:00:00 2001 From: Daiderd Jordan <daiderd@gmail.com> Date: Sat, 30 May 2020 13:40:11 +0200 Subject: [PATCH] lnl: disable gnupg agent for secretive --- modules/examples/lnl.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 94d34b7c..4b3977f7 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -106,8 +106,8 @@ programs.nix-index.enable = true; - programs.gnupg.agent.enable = true; - programs.gnupg.agent.enableSSHSupport = true; + # programs.gnupg.agent.enable = true; + # programs.gnupg.agent.enableSSHSupport = true; programs.tmux.enable = true; programs.tmux.enableSensible = true;