summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2020-05-30 13:40:11 +0200
committerDaiderd Jordan <daiderd@gmail.com>2020-05-30 14:38:34 +0200
commiteace013f6b0b8e20d1b6210aa776ca40408ae1dc (patch)
treee826c8e28aa3b1370c9db56c1c52c7a219cf1f46
parent6a3564296b11ca4f76db6b284e7d2a81610c6d05 (diff)
lnl: disable gnupg agent for secretive
-rw-r--r--modules/examples/lnl.nix4
1 files changed, 2 insertions, 2 deletions
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;