summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-10-07 15:39:56 -0700
committerBen Sima <ben@bsima.me>2018-10-07 15:39:56 -0700
commitc5863193e276c038a170cdfc31cd4e6088543981 (patch)
tree53496c332d2bbb252382d79c5903708fe4410759
parent0f12a3b35405757f77f8002aa3b1ba62ab22df5c (diff)
Enable gpg-agent
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 2e190a7..b4dbf1d 100644
--- a/home.nix
+++ b/home.nix
@@ -146,7 +146,7 @@ in
};
gpg-agent = {
- enable = false;
+ enable = true;
defaultCacheTtl = 600;
enableSshSupport = true;
};