From eace013f6b0b8e20d1b6210aa776ca40408ae1dc Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sat, 30 May 2020 13:40:11 +0200 Subject: lnl: disable gnupg agent for secretive --- modules/examples/lnl.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/examples') diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 94d34b7..4b3977f 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; -- cgit v1.2.3