From 66156c101ae9c8267f155866f0e412b2a252f62d Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 9 Jan 2013 22:32:32 +0100 Subject: common.nix: Start GnuPG agent by default. I still don't see the reason to start the OpenSSH agent by default, because GnuPG has SSH agent support built-in as well. So, let's disable the SSH agent. Signed-off-by: aszlig --- common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.nix') diff --git a/common.nix b/common.nix index cf226d3f..1a5c39fd 100644 --- a/common.nix +++ b/common.nix @@ -95,6 +95,9 @@ enable = true; layout = "dvorak"; + startGnuPGAgent = true; + startOpenSSHAgent = false; + windowManager = { i3.enable = true; default = "i3"; -- cgit 1.4.1