about summary refs log tree commit diff
path: root/common.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-01-09 22:32:32 +0100
committeraszlig <aszlig@redmoonstudios.org>2013-01-09 22:32:32 +0100
commit66156c101ae9c8267f155866f0e412b2a252f62d (patch)
tree3268847840af3def2916756382413a78f5b51098 /common.nix
parent9fd2436e9f6edd7f631c7b0c60c96975720bf666 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix3
1 files changed, 3 insertions, 0 deletions
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";