aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-06-24 21:31:11 +0200
committerAdrian Kummerlaender2020-06-24 21:31:11 +0200
commitd09ce8b96295ccfd4b18fbb8f859f5ccd57fe787 (patch)
tree1aafd15c279c87f381feb3ed9cc9b14973307d2f /home.nix
parent4855d08a4d62f0c181c8fd67013b2b370e8f8ac7 (diff)
downloadnixos_home-d09ce8b96295ccfd4b18fbb8f859f5ccd57fe787.tar
nixos_home-d09ce8b96295ccfd4b18fbb8f859f5ccd57fe787.tar.gz
nixos_home-d09ce8b96295ccfd4b18fbb8f859f5ccd57fe787.tar.bz2
nixos_home-d09ce8b96295ccfd4b18fbb8f859f5ccd57fe787.tar.lz
nixos_home-d09ce8b96295ccfd4b18fbb8f859f5ccd57fe787.tar.xz
nixos_home-d09ce8b96295ccfd4b18fbb8f859f5ccd57fe787.tar.zst
nixos_home-d09ce8b96295ccfd4b18fbb8f859f5ccd57fe787.zip
Update mu4e mail setup
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;
};