aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/home.nix b/home.nix
index 94ebdee..b9e7877 100644
--- a/home.nix
+++ b/home.nix
@@ -53,11 +53,13 @@
};
};
+ systemd.user.startServices = true;
+
services.gpg-agent = {
enable = true;
- defaultCacheTtl = 120;
+ defaultCacheTtl = 43200;
enableSshSupport = true;
- defaultCacheTtlSsh = 600;
+ defaultCacheTtlSsh = 43200;
enableScDaemon = false;
};