aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-11-02 10:51:54 -0800
committerMark Nipper <nipsy@bitgnome.net>2025-11-02 10:51:54 -0800
commitc233b184aa0f2aec6602ecb1dc04bbe0e7998232 (patch)
treef56bdd37b8ec212024b35835e197809cb2da6724 /home
parente7314a6e9092b39ff96e0fb3b7a8c906fba7cc10 (diff)
downloadnix-c233b184aa0f2aec6602ecb1dc04bbe0e7998232.tar
nix-c233b184aa0f2aec6602ecb1dc04bbe0e7998232.tar.gz
nix-c233b184aa0f2aec6602ecb1dc04bbe0e7998232.tar.bz2
nix-c233b184aa0f2aec6602ecb1dc04bbe0e7998232.tar.lz
nix-c233b184aa0f2aec6602ecb1dc04bbe0e7998232.tar.xz
nix-c233b184aa0f2aec6602ecb1dc04bbe0e7998232.tar.zst
nix-c233b184aa0f2aec6602ecb1dc04bbe0e7998232.zip
Reenable gpg-agent
Diffstat (limited to 'home')
-rw-r--r--home/nipsy/common/optional/secrets.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/nipsy/common/optional/secrets.nix b/home/nipsy/common/optional/secrets.nix
index b4dabdd..24ea99c 100644
--- a/home/nipsy/common/optional/secrets.nix
+++ b/home/nipsy/common/optional/secrets.nix
@@ -13,7 +13,7 @@
services.gpg-agent = {
defaultCacheTtl = 43200;
defaultCacheTtlSsh = 43200;
- #enable = true;
+ enable = true;
enableExtraSocket = true;
enableSshSupport = true;
maxCacheTtl = 86400;